|
{{ $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
|
--}}
| 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 }} |
@if (!empty($jobHistory))
| Work Closure Notes |
{{ $jobHistory->note }} |
@endif
| Status |
{{ $job->status }} |
|
|
|
@endsection