@extends('emails.layout') @section('content') {{----}}
{{ $uplift->status == 'APPROVED' ? 'Uplift Approved' : 'Uplift Declined' }}
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
@if (!empty($newUplift['items'])) @endif @if (!empty($comments)) @endif @if ($uplift->status == 'APPROVED') @endif
Job Ref {{ $job->id }}
Labour Total {{ $uplift['data']['labourTotal'] }}
Materials Total {{ $uplift['data']['materialsTotal'] }}
Items {{ $newUplift['items'] }}
Plant Total {{ $uplift['data']['plantTotal'] }}
Other Total {{ $uplift['data']['otherTotal'] }}
Total {{ $uplift['data']['total'] }}
Comments {{ $uplift['data']['comments'] }}
Note {{ $comments }}
Disclaimer The financial limit for this job is now - £{{$uplift['data']['total']}}

Note: This Uplift does not constitute a guarantee to pay the charges mentioned above.
All charges will be approved in line with the Contract, schedule of rates and SLA document.
@endsection