Filters Applied | |
---|---|
Gate Type : | |
Entry - From Date : | |
Entry - To Date : | |
FASTag Id : | |
Barcode : | |
Vehicle Number : | |
Gate : | |
Transaction Type : | |
Cashier Name : |
@lang('transaction.sr_no') | Barcode | @lang('transaction.vehicle_no') | @lang('transaction.fastag_id') | @lang('transaction.agent_fastag_id') | @lang('transaction.in_gate') | @lang('transaction.out_gate') | @lang('transaction.in_time') | @lang('transaction.out_time') | In Cashier | Out Cashier | Amount | Payment Status |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$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) }} |