Re-Print Ticket Report

@if(!empty($duplicate_ticket) && count($duplicate_ticket) > 0)
@foreach($duplicate_ticket as $list) @endforeach
No. Cashier Re-Print
Count ENTRY
Re-Print
Count EXIT
@lang('transaction.barcode') Vehicle No. @lang('transaction.vehicle_type') In
Gate
Out
Gate
@lang('transaction.in_time') @lang('transaction.out_time')
{{$i}} {{$list->first_name}} {{$list->last_name}} {{json_decode($list->reprint_count,true)['ENTRY'] }} {{json_decode($list->reprint_count,true)['EXIT'] }} {{$list->barcode}} {{$list->vehicle_number}} {{$list->type }} {{$list->ingate }} {{$list->outgate }} @if($list->in_time != '0000-00-00 00:00:00') {{date("d-m-Y H:i:s", strtotime($list->in_time))}} @endif @if($list->out_time != '0000-00-00 00:00:00') {{date("d-m-Y H:i:s", strtotime($list->out_time))}} @endif
@else
No records found
@endif