@extends('backend.global.layout') @section('content') @include('backend.global.notifications')
@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--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

@foreach($vehicles->extras as $k => $extra)
@endforeach
{!! Form::close() !!}
@endsection @section('scripts-backend') @endsection