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