@foreach($jobs as $job) @endforeach
Reference Type Date Time Client Building Discipline Assigned SLA Client Ref Status
{{$job['reference']}} {{$job['jobType']}} {{date('d/m/Y', strtotime($job['createdDate']))}} {{date('H:i:s', strtotime($job['createdDate']))}} {{$job['client']}} {{$job['building']}} {{$job['discipline']}} {{$job['assignedPerson']}} {{DateTime::createFromFormat('Y-m-d', $job['responseTime']) !== FALSE ? date('d/m/Y', strtotime($job['responseTime'])) : $job['responseTime']}} {{$job['clientReference']}} {{$job['status']}}