Job uplift requested {{ !empty($serviceProvider) ? ' by ' . $serviceProvider->name : '' }}
|
{{--
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
|
--}}
@if (!empty($client))
Client |
{{ $client->name }} |
@endif
@if (!empty($building))
Building |
{{ $building->name }} |
@endif
@if (!empty($serviceProvider))
Contractor |
{{ $serviceProvider->name }} |
@endif
Job Ref |
{{ $job->id }}
|
Labour Total |
{{ $newUplift['labourTotal'] }} |
Materials Total |
{{ $newUplift['materialsTotal'] }} |
@if (!empty($newUplift['items']))
Items |
{{ $newUplift['items'] }} |
@endif
Plant Total |
{{ $newUplift['plantTotal'] }} |
Other Total |
{{ $newUplift['otherTotal'] }} |
Total |
{{ $newUplift['total'] }} |
Comments |
{{ $newUplift['comments'] }} |
|
|
|
@endsection