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

{{__('New')}} Tour

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