@extends('layouts.center_plain')
@section('headCss')
@stop
@section('headJs')
@stop
@section('content')
{{$client['name']}}
{{$building['name']}}
{{$building['address1']}} {{$building['address2']}}
{{$building['town']}}
{{$building['postcode']}}
T: {{$building['telephone']}}
E: {{$building['email']}}
Electronic Service Sheet
Work Type
{{$job['jobType']}}
Client
{{$client['name']}}
Building
{{$building['name']}}
Discipline
{{$job['discipline']}}
Contract No
{{$job['clientReference']}}
Job Status
{{$jobHistory['jobStatus']}}
Response Time
{{$job['responseTime']?$job['responseTime']:''}}
Recall
{{$job['recall']}}
Warranty
{{$job['warranty']}}
Compliance
{{$job['compliance']}}
Fault Report
{{$job['faultReport']}}
Work Note
{{$jobHistory['note']}}
@if($job['jobType']=='PPM')
Asset Detail
Asset |
Status |
Condition |
Operational |
Compliant |
Note |
@foreach($assetHistory as $anAssetHistory)
{{$anAssetHistory['assetName']}} |
{{$anAssetHistory['status']}} |
{{$anAssetHistory['condition']}} |
{{$anAssetHistory['isOperational']}} |
{{$anAssetHistory['isCompliant']}} |
{{$anAssetHistory['serviceNote']}} |
@endforeach
@endif
@if(sizeof($materials)>0)
Material used
@foreach($materials as $material)
{{$material['name']}}
{{$material['quantity']}}
@endforeach
@endif
Timing & Signature
Arrival Time:
{{date('d/m/Y H:i:s', strtotime($jobHistory['checkinTime']))}}
Print Name:
{{$jobHistory['printName']}}
Departure Time:
{{date('d/m/Y H:i:s', strtotime($jobHistory['checkoutTime']))}}
© RNW Holdings 2015. Contact: +441268 531099
@stop
@section('footerJs')
@stop