{{$title}}

@if(!empty($data) && count($data) > 0)
@foreach ($data as $tariff) @endforeach
Sr.No. Tariff Code Day Type Vehicle Type Start Date Status
{{$i}} {{$tariff->tariff_code }} {{$param1[$tariff->day_type]}} {{$tariff->type}} {{date("d-m-Y", strtotime($tariff->start_date))}} {{$param2[$tariff->status]}}
@else
No records found
@endif