@extends('emails.layout') @section('content') {{----}}
{{ $onsiteLog->userName }} {{ $onsiteLog->action == 'checkin' ? 'checked in' : 'checked out' }} at {{ date('d/m/Y H:i', strtotime($onsiteLog->actionTime)) }}
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
@if (!empty($jobHistory)) @endif
Client {{ $client->name }}
Building {{ $building->name }}
Job Ref {{ $job->id }}
Discipline {{ $job->discipline }}
Engineer {{ $onsiteLog->userName }}
Date {{ date('d/m/Y H:i', strtotime($onsiteLog->actionTime)) }}
Job Fault Report {{ $job->faultReport }}
Work Closure Notes {{ $jobHistory->note }}
Status {{ $job->status }}
@endsection