{!!Form::vertical_open() ->id('form-create') ->method('POST') ->files('true') ->action(guard_url('booking/booking'))!!}

{{__('New')}} Booking

{{__('Cancel')}}
@include('notifications') @include('booking::booking.entry', ['mode' => 'create']) {!! Form::close() !!}