@include('backend.global.header-card')
@include('backend.global.validation')
@if (isset($duplicate) && $duplicate )
{!! Form::open(['url' => route('manager.vehicles'), 'method' => 'POST', 'class' => 'form fv-plugins-bootstrap5 fv-plugins-framework' ]) !!}
@else
{!! Form::open(['url' => route('manager.vehicles.update', $vehicles->id), 'method' => 'PUT', 'class' => 'form fv-plugins-bootstrap5 fv-plugins-framework', 'enctype' => 'multipart/form-data' ]) !!}
@endif
@if ( isset($duplicate) && $duplicate )
@endif
@if(false)
{{--
--}}
@else
@endif
{{--
--}}
{{--
Extras--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- --}}
{!! Form::close() !!}