{{$title}}

@if(!empty($data) && count($data) > 0)
{{--36109- font-size is changed to 8px--}}
Filters Applied
In Time - from :
In Time - to :
Out Time - from :
Out Time - to :
In Gate :
Out Gate :
In User :
Out User :
Ticket Number :
Vehicle Number :

{{--Added CPS --}} {{--End CPS--}} @foreach($data as $each) @if($each->out_time != '0000-00-00 00:00:00') @else @endif {{--Added CPS --}} @if($each->cps_out_time != '0000-00-00 00:00:00') @else @endif {{----}} {{--End CPS--}} @endforeach
Sr. No. Barcode Ticket Number Card Number Vehicle Number In Time In User In Gate Out Time Out User Out GateCPS Time CPS User CPS Gate
{{$i++}} {{$each->barcode}} {{$each->ticket_no}} @if($each->in_type == 2){{$each->in_type_id}}@elseif($each->out_type == 2){{$each->out_type_id}}@elseif($each->cps_type == 2){{$each->cps_type_id}}@endif {{$each->vehicle_number}} {{$each->in_time != '0000-00-00 00:00:00' ? date("d-m-Y H:i:s",strtotime($each->in_time)) : ''}} {{$each->in_user_name}} {{$each->in_gate_name}}{{date("d-m-Y H:i:s",strtotime($each->out_time))}}{{'0000-00-00 00:00:00'}}{{$each->out_user_name}} {{$each->out_gate_name}}{{date("d-m-Y H:i:s",strtotime($each->cps_out_time))}}{{'0000-00-00 00:00:00'}}{{!empty($each->cps_out_time) ? date("d-m-Y H:i:s",strtotime($each->cps_out_time)) : '0000-00-00 00:00:00'}}{{$each->cps_user_name}} {{$each->cps_gate_name}}
@else
No records found
@endif