|
New {{ $job->jobType }} job received from Aims
|
{{--
|
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
|
--}}
| Client |
{{ $client->name }} |
| Building |
{{ $building->name }} |
| Job Ref |
{{ $job->id }} |
| Logged |
{{ date('d/m/Y H:i', strtotime($job->createdDate)) }} |
| Priority |
{{ \App\Http\Middleware\RnwFunctions::validateDate($job->responseTime) ? date('d/m/Y H:i', strtotime($job->responseTime)) : $job->responseTime }} |
| Att SLA |
{{ date('d/m/Y H:i', strtotime($job->expectStartTime)) }} |
@if (!empty($serviceProviderJob))
| ETA |
{{ date('d/m/Y H:i', strtotime($serviceProviderJob->expectStartTime)) }} |
@endif
@if (!empty($userNames))
| Engineers |
{{ implode(', ', $userNames) }} |
@endif
| Discipline |
{{ $job->discipline }} |
| Fault Report |
{{ $job->faultReport }} |
{{--@if ($job->jobType != 'Quote Request')--}}
{{----}}
{{--| Financial Limit | --}}
{{--{{ $job->spendLimit }} | --}}
{{-- --}}
{{--@endif--}}
|
|
{{--
|
Accept
Decline
|
--}}
|
@endsection