Vehicle List

@foreach($vehicle as $row) @if($row->expiry_date > date('Y-m-d')) @else @endif @endforeach
Vehicle Name Reg.No Expiry Date Driver
{{$row->vehicle_name}} {{$row->vehicle_no}}{{($row->expiry_date!='0000-00-00')?date('d-m-Y',strtotime($row->expiry_date)):''}}{{($row->expiry_date!='0000-00-00')?date('d-m-Y',strtotime($row->expiry_date)):''}}{{$row->driver_name}}

New Vehicle



Vehicle created successfully. Click 'Select Vehicle'.

Select Vehicle