@extends('template.app') @section('meta') @endsection @section('title') Create Transit Inventory @endsection @section('styles') @endsection @section('content')
@csrf @method('POST')
@if ($errors->has('vin_number'))
{{ $errors->first('vin_number') }}
@endif

Back
@endsection @section('scripts') @endsection