@extends('administrative.layouts.master') @section('page-css') @endsection @section('content')

Vehicle Create

Vehicle
Vehicle Create
@foreach($errors->all() as $error)
  • {!! $error !!}
  • @endforeach
    @csrf
    @if($errors->has('user_id')) @endif
    @if($errors->has('identifier')) @endif
    {{----}}
    @endsection @section('page-js') @endsection