@extends('master') @section('content')
@foreach($vehicle as $vehicle)
@csrf
@error('txtVehicleNo') {{$message}} @enderror
@error('txtDriverName') {{$message}} @enderror
@if($vehicle->Status == 1) @else @endif
@endforeach
@endsection @section('script') @endsection