{{$title}}

@if(!empty($data) && count($data) > 0)
Filters Applied
In Time - from :
In Time - to :
Out Time - from :
Out Time - to :
In User :
Out User :
Ticket Number :
Card Number :
Vehicle Number :
Vehicle Type :

{{--In gate added--}} {{--Out gate added--}} {{--Added CPS below--}} {{--End CPS--}} @foreach($data as $each) {{--In gate added--}} @if($each->out_time != '0000-00-00 00:00:00') @else @endif {{--Out gate added--}} {{--Added CPS below--}} {{--End CPS--}} @endforeach
Sr. No. Ticket Number Card Number Vehicle Number In Time In User In GateOut Time Out User Out GateCPS Time CPS User CPS GateVehicle Type
{{$i++}} {{$each->barcode}} @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->ingate}}{{date("d-m-Y H:i:s",strtotime($each->out_time))}}{{'0000-00-00 00:00:00'}}{{$each->out_user_name}} {{$each->outgate}}@if(!empty($each->cps_out_time)){{date("d-m-Y H:i:s", strtotime($each->cps_out_time))}}@endif {{$each->cps_user_name}} {{$each->cpsgate}}{{$each->type}}
@else
No records found
@endif