@extends('emails.layout') @section('content') {{----}}
{{ $job->jobType }} job cancelled
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
@if (!empty($cancelReason)) @endif @if ($job->jobType != 'Quote Request') @endif
Reason {{ $cancelReason }}
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)) }}
Discipline {{ $job->discipline }}
Fault Report {{ $job->faultReport }}
Financial Limit {{ $job->spendLimit }}
@endsection