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

Vehicle Update

Vehicle
Vehicle Update
{!! method_field('PUT') !!} @csrf {{-- identifier --}}
@if($errors->has('identifier')) @endif
@if($errors->has('vehicle_name')) @endif
@if($errors->has('vrn')) @endif
@if($errors->has('bst_id')) @endif
@if($errors->has('engine_number')) @endif
@if($errors->has('chassis_number')) @endif
@if($errors->has('fuel_capacity')) @endif
@if($errors->has('load_capacity')) @endif
@if($errors->has('vehicle_type')) @endif
@if($errors->has('brand')) @endif
@if($errors->has('model')) @endif
@if($errors->has('color')) @endif
@if($errors->has('install_on')) @endif
@if($errors->has('warranty')) @endif
@if($errors->has('sim')) @endif
@if($errors->has('owner')) @endif
{{--
@if($errors->has('vehicle_status')) @endif
--}}
@endsection @section('page-js') @endsection