{{$i}} |
{{$list->barcode}} |
{{$list->vehicle_number}} |
{{$list->fastag_id}} |
{{$list->fastag_messageId}} |
{{ $list->ingate }} |
{{ $list->outgate }} |
{{ date("d-m-Y H:i:s", strtotime($list->in_time)) }} |
{{ $list->out_time != "0000-00-00 00:00:00" ? date("d-m-Y H:i:s", strtotime($list->out_time)) : "" }} |
{{ $list->first_name }} |
{{ $list->out_first_user }} |
{{ ($list->out_payment_amount) }} |
{{ strtoupper($list->fastag_pay) }} |
@if(strtoupper($list->fastag_pay) == 'DECLINED')
{{ ($list->fastag_comment) }}
@endif
|
@endforeach