@foreach($operationJobs as $job) @endforeach
id Client Building Engineer Type Status Deadline Time
{{$job['id']}} {{$job['client']}} {{$job['building']}} {{$job['engineers']}} {{$job['jobType']}} {{$job['status']}} {{date('d/m/Y', strtotime($job['expectStartTime']))}} {{date('H:i:s', strtotime($job['expectStartTime']))}}