Re-Print Ticket Report

@if(!empty($duplicate_ticket) && count($duplicate_ticket) > 0)
Filters Applied
In From Date :
Out From Date :
In Gate :
Out Gate:
Cps Gate :
Cashier Name :
No. of Re-Print :

{{--added for CPS--}} {{--added for CPS--}} @foreach($duplicate_ticket as $list) {{--added for CPS--}} {{--added for CPS--}} @endforeach
No. Re-Print
Count ENTRY
Re-Print
Count EXIT
Re-Print
Count CPS
@lang('transaction.barcode') Vehicle No. @lang('transaction.vehicle_type') In
Gate
Out
Gate
CPS
Gate
@lang('transaction.in_time') @lang('transaction.out_time') @lang('transaction.cps_time')
{{$i}} @if(!empty($list->reprint_count)){{json_decode($list->reprint_count,true)['ENTRY'] }} @else {{0}} @endif @if(!empty($list->reprint_count)){{json_decode($list->reprint_count,true)['EXIT'] }} @else {{0}} @endif @if(!empty($list->cps_reprint_count)){{$list->cps_reprint_count }} @else {{0}} @endif {{$list->barcode}} {{$list->vehicle_number}} {{$list->type }} {{$list->ingate }} {{$list->outgate }} {{ $list->cpsgate }} @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 @if(!empty($list->cps_out_time)){{ date("d-m-Y H:i:s", strtotime($list->cps_out_time))}} @endif
@else
No records found
@endif