Created: {{date('d/m/Y H:i', strtotime($aJob['createdDate']))}}
Discipline: {{$aJob['discipline']}}
Response Time: {{\DateTime::createFromFormat('Y-m-d', $aJob['responseTime']) !== FALSE ? date('d/m/Y', strtotime($aJob['responseTime'])) : $aJob['responseTime']}}
Fault Report: {{$aJob['faultReport']}}
@if (!empty($aJob->lastVisit))
Last engineer attended: {{date('d/m/Y H:i', strtotime($aJob->lastVisit['checkoutTime']))}}
Last engineer job notes: {{$aJob->lastVisit['note']}}
@endif