{{$i++}} |
{{$each->barcode}} |
{{$each->card_no}} |
{{$each->vehicle_number}} |
{{date("d-m-Y H:i:s",strtotime($each->in_time))}} |
{{$each->in_user_name}} |
{{$each->ingate}} | {{--In gate added--}}
{{$each->out_time != '0000-00-00 00:00:00' ? date("d-m-Y H:i:s",strtotime($each->out_time)) : ''}} |
{{$each->out_user_name}} |
{{$each->outgate}} | {{--Out gate added--}}
{{--Added for CPS--}}
@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}} |
{{--End CPS--}}
{{$each->type}} |
@endforeach