@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop @section('styles') @stop {{-- Content --}} @section('content') @include('vendor.flash.message')

airline_seat_individual_suite {{ $title }}

{!! Form::select('hotel',$hotels, (isset($event) ? $event->booking->location_id : null), ['id'=>'hotel', 'class' => 'form-control select2','onchange'=>'filter1(this.value)']) !!}
{{ trans('eventSetting.hotelName') }} {{ trans('eventSetting.room') }} {{ trans('eventSetting.actions') }}
@stop @section('scripts') @stop