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

{{__('New')}} Vehicle

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