@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']}}
Logged By
{{$logUser}}
Client
{{$client['name']}}
Building
{{$building['name']}}
Discipline
{{$job['discipline']}}
Engineer
{{$engineer}}
Sheet No
{{$job['id']}}
Contract No
{{$job['clientReference']}}
Job No
{{$job['id']}}
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

@foreach($assetHistory as $anAssetHistory) @endforeach
Asset Status Condition Operational Compliant Note
{{$anAssetHistory['assetName']}} {{$anAssetHistory['status']}} {{$anAssetHistory['condition']}} {{$anAssetHistory['isOperational']}} {{$anAssetHistory['isCompliant']}} {{$anAssetHistory['serviceNote']}}
@endif @if(sizeof($materials)>0)

Material used

Material
Quantity
@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']))}}
Signature:

© RNW Holdings 2015. Contact: +441268 531099
@stop @section('footerJs') @stop