@extends('emails.layout') @section('content') {{----}}
The ETA for a {{ $job->jobType }} job has changed
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
@if (!empty($previousETA)) @endif @if (!empty($serviceProviderJob)) @endif @if ($job->jobType != 'Quote Request') @endif
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)) }}
Original ETA {{ date('d/m/Y H:i', strtotime($previousETA)) }}
NEW ETA {{ date('d/m/Y H:i', strtotime($serviceProviderJob->expectStartTime)) }}
Discipline {{ $job->discipline }}
Fault Report {{ $job->faultReport }}
Financial Limit {{ $job->spendLimit }}
@endsection