| {{$index++}} |
{{date('Y-m-d', strtotime($roster_det->inspection_date)) ? date('Y-m-d', strtotime($roster_det->inspection_date)) : '--' }} |
{{$roster_det->emp_name}} |
{{-- {{$roster_det->mobile_no? $roster_det->mobile_no : '--'}} | --}}
{{$roster_det->designation? $roster_det->designation : '--'}} |
{{$roster_det->ship_booking_time ? $roster_det->ship_booking_time : '--'}} |
{{$roster_det->shift_booking_from ? $roster_det->shift_booking_from : '--' }} |
{{$roster_det->shift_booking_to ? $roster_det->shift_booking_to : '--' }} |
{{-- {{$roster_det->remarks ? $roster_det->remarks : '--'}} | --}}
@endforeach