{!!Form::vertical_open()
->id('booking_system-booking_system-create')
->method('POST')
->files('true')
->action(guard_url('booking_system/booking_system'))!!}
{{ trans('app.new') }} [{!! trans('booking_system::booking_system.name') !!}]
@include('booking_system::admin.booking_system.partial.entry', ['mode' => 'create'])
{!! Form::close() !!}