@extends('backend.global.layout') @section('content') @include('backend.global.notifications')
@include('backend.global.header-card') @include('backend.global.validation')
{!! Form::open(['url' => route('manager.vehicles'), 'method' => 'POST', 'class' => 'form fv-plugins-bootstrap5 fv-plugins-framework' ]) !!}
@if(false) {{--
--}} @else
@endif
{!! Form::close() !!}
@endsection