{{$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}} | {{--In gate added--}}
@if($each->out_time != '0000-00-00 00:00:00')
{{date("d-m-Y H:i:s",strtotime($each->out_time))}} |
@else
{{'0000-00-00 00:00:00'}} |
@endif
{{$each->out_user_name}} |
{{$each->outgate}} | {{--Out gate added--}}
{{--Added CPS below--}}
@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