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

{{__('New')}} OrderVehicle

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