{{ $uplift->status == 'APPROVED' ? 'Uplift Approved' : 'Uplift Declined' }}
|
{{--
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
|
--}}
Job Ref |
{{ $job->id }} |
Labour Total |
{{ $uplift['data']['labourTotal'] }} |
Materials Total |
{{ $uplift['data']['materialsTotal'] }} |
@if (!empty($newUplift['items']))
Items |
{{ $newUplift['items'] }} |
@endif
Plant Total |
{{ $uplift['data']['plantTotal'] }} |
Other Total |
{{ $uplift['data']['otherTotal'] }} |
Total |
{{ $uplift['data']['total'] }} |
Comments |
{{ $uplift['data']['comments'] }} |
@if (!empty($comments))
Note |
{{ $comments }} |
@endif
@if ($uplift->status == 'APPROVED')
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.
|
@endif
|
|
|
@endsection