OVERALL
{{sizeof($breachJobs)}}

BREACHED
{{sizeof($notBreachJobs)}}

OPEN
{{sizeof($ltSlaJobs)}}

Today < SLA
{{sizeof($gtSlaJobs)}}

Today > SLA
{{sizeof($notTradingJobs)}}

NOT TRADING
{{sizeof($restrictedTradingJobs)}}

RESTRICTED TRADING

Open Jobs

@foreach($notBreachJobs as $job) @endforeach
id Client Job Engineer Type Status Deadline
{{$job['id']}} {{$job['client']}} {{$job['faultReport']}} {{$job['engineers']}} {{$job['jobType']}} {{$job['status']}} {{date('Y-m-d H:i:s', strtotime($job['expectEndTime']))}}

Breach Jobs

@foreach($breachJobs as $job) @endforeach
id Client Job Engineer Type Status Deadline
{{$job['id']}} {{$job['client']}} {{$job['faultReport']}} {{$job['engineers']}} {{$job['jobType']}} {{$job['status']}} {{date('Y-m-d H:i:s', strtotime($job['expectEndTime']))}}

< SLA Jobs

@foreach($ltSlaJobs as $job) @endforeach
id Client Job Engineer Type Status Deadline
{{$job['id']}} {{$job['client']}} {{$job['faultReport']}} {{$job['engineers']}} {{$job['jobType']}} {{$job['status']}} {{date('Y-m-d H:i:s', strtotime($job['expectEndTime']))}}

> SLA Jobs

@foreach($gtSlaJobs as $job) @endforeach
id Client Job Engineer Type Status Deadline
{{$job['id']}} {{$job['client']}} {{$job['faultReport']}} {{$job['engineers']}} {{$job['jobType']}} {{$job['status']}} {{date('Y-m-d H:i:s', strtotime($job['expectEndTime']))}}

> SLA Jobs

@foreach($notTradingJobs as $job) @endforeach
id Client Job Engineer Type Status Deadline
{{$job['id']}} {{$job['client']}} {{$job['faultReport']}} {{$job['engineers']}} {{$job['jobType']}} {{$job['status']}} {{date('Y-m-d H:i:s', strtotime($job['expectEndTime']))}}

> SLA Jobs

@foreach($restrictedTradingJobs as $job) @endforeach
id Client Job Engineer Type Status Deadline
{{$job['id']}} {{$job['client']}} {{$job['faultReport']}} {{$job['engineers']}} {{$job['jobType']}} {{$job['status']}} {{date('Y-m-d H:i:s', strtotime($job['expectEndTime']))}}