@if(isset($id)) {{ html()->modelForm($data, 'PATCH', route('vehicle.update', $id))->attribute('enctype', 'multipart/form-data')->id('vehicle_form')->open() }} @else {{ html()->form('POST', route('vehicle.store'))->attribute('enctype', 'multipart/form-data')->id('vehicle_form')->open() }} @endif

{{ $pageTitle }}

{{ html()->form()->close() }}
@section('bottom_script') @endsection