@extends('master') @section('content')
@csrf
@error('txtVehicleNo') {{$message}} @enderror
@error('txtDriverName') {{$message}} @enderror
@endsection @section('script') @endsection