{{$title}}

@if(!empty($data) && count($data) > 0)
Filters Applied
From Date :
To Date :
Vehicle Type :
Tariff Code :
Status :

@foreach ($data as $tariff) @endforeach
Sr.No. Tariff Code Service Type Day Type Vehicle Type Gate Tariff Start Date Start Limit End Limit Status
{{$i}} {{$tariff->code }} {{$tariff->type }} {{$vehicleTypes[$tariff->day_type]}} {{$tariff->vehicle}} {{$tariff->gateList}} {{$tariff->additional_tariff}} {{date("d-m-Y", strtotime($tariff->start_date))}} {{date("H:i:s", strtotime($tariff->start_limit))}} {{date("H:i:s", strtotime($tariff->end_limit))}} {{$param2[$tariff->status]}}
@else
No records found
@endif