@if (!empty($html)) @endif
@if (!empty($quotation->financialType)) @else @endif {{----}} {{----}} {{-- --}}
@if ($quotation->clientId == 84) @else @endif
@if ($quotation->financialType == 'CAPEX')

This Quotation has been recommended as CAPEX by RNW

Explanation: This Quotation qualifies for CAPEX under the Accountancy audit guidelines. This is based on the fact that the repairs add balance sheet assets or substantially improve the life expectancy of the asset @elseif($quotation->financialType == 'REVENUE')

This Quotation has been recommended as REVENUE by RNW

Explanation: This Quotation does not qualify for CAPEX under the Accountancy audit guidelines. This is based on the fact that the repairs do not add any balance sheet assets or do not substantially improve the life expectancy of the asset @endif
@if ($quotation->clientId == 84) {{ $serviceProvider->name }}
{{ $serviceProvider->address1 }}
{{ $serviceProvider->address2 }}
{{ $serviceProvider->town }}
{{ $serviceProvider->city }}
{{ $serviceProvider->postcode }}
{{ $serviceProvider->telephone }}
@else {{ $client->name }}
{{ $client->address1 }}
{{ $client->address2 }}
{{ $client->town }}
{{ $client->city }}
{{ $client->postcode }}
{{ $client->telephone }}
@endif
@if ($quotation->clientId == 84) RNW Facilities Management
@else RNW Holdings Limited
@endif Willow Park
Wash Road
Basildon
Essex
SS15 4AZ
0844 357 2233
@if (!empty($actionLog)) Emailed to:
{{ $actionLog->data['email'] }}
{{ date('d/m/Y H:i', strtotime($actionLog->created_at)) }}

Quotation verified by:
{{ $actionLog->data['verifiedByName'] }} @endif
Quotation Date Quotation Reference Client Reference Quotation TypeDiscipline
{{ date('d/m/Y', strtotime($quotation->created_at)) }} Q{{ $quotation->jobId }} {{ !empty($quotation->customerRef) ? $quotation->customerRef : 'N/A'}} {{ !empty($quotation->quotationType) ? $quotation->quotationType : 'N/A' }}{{ $quotation->discipline }}
Lead-in Time (days) Work Duration (days) Out of Hours required? {{ !empty($actionLog) ? 'For attention of:' : '' }}
{{ $quotation->leadInTime }} {{ $quotation->workDuration }} {{ $quotation->outOfHoursWork }} {{ !empty($actionLog) ? $actionLog->data['name'] : '' }}
Payment Method Check #
Check 1000
Item Price
Website design $300.00
Hosting (3 months) $75.00
Domain name (1 year) $10.00
Total: $385.00


Building Detail
{!! $building->name . ' ' . $building->buildingIdentifier . ' - ' . implode(', ', array_filter([$building->address1, $building->address2, $building->town.' '.$building->postcode])) !!}

Work Detail
{!! nl2br($quotation->workDetail) !!}


@if (!empty($quotation->labours) && count($quotation->labours))
Labour
@foreach ($quotation->labours as $labour) @endforeach
Category Description Qty Engineers Qty Hours Rate Net Total
{{ $labour->itemName }} {{ $labour->itemDescription }} {{ $labour->itemQuantity }} {{ $labour->itemDuration }} {{ $labour->itemUnitPrice }} {{ $labour->itemTotalPrice }}
@endif @if (!empty($quotation->materials) && count($quotation->materials))
Materials
@foreach ($quotation->materials as $material) @endforeach
Item Name Description Qty Unit Price Mark Up Net Total
{{ $material->itemName }} {{ $material->itemDescription }} {{ $material->itemQuantity }} {{ $material->itemUnitPrice }} {{ $material->itemUnitMargin }}% {{ $material->itemTotalPrice }}
@endif @if (!empty($quotation->plants) && count($quotation->plants))
Plant
@foreach ($quotation->plants as $plant) @endforeach
Item Name Description Qty Unit Price Net Total
{{ $plant->itemName }} {{ $plant->itemDescription }} {{ $plant->itemQuantity }} {{ $plant->itemUnitPrice }} {{ $plant->itemTotalPrice }}
@endif @if (!empty($quotation->others) && count($quotation->others))
Other
@foreach ($quotation->others as $other) @endforeach
Item Name Description Qty Unit Price Net Total
{{ $other->itemName }} {{ $other->itemDescription }} {{ $other->itemQuantity }} {{ $other->itemUnitPrice }} {{ $other->itemTotalPrice }}
@endif

Quotation Total: {{ $quotation->quotationTotal }}

@if (!empty($photos) && count($photos))
@foreach ($photos as $photo)
@endforeach
@endif
QUOTATION SUPPLIED BY – {{ $quotation->serviceProviderName }}

@if (!empty($quotation->additionalTerms))
Special Terms
{!! nl2br($quotation->additionalTerms) !!}
@endif {{--
General qualifications to this offer
{!! nl2br($quotation->generalQualifications) !!}
--}}
RNW Group | Willow Park | Wash road | Basildon | SS15 4AZ
@if (!empty($quotation->clientId) && $quotation->clientId == 84) T: 0844 357 2233 E: mothercare@rnwgroup.com W: www.rnwgroup.com @else T: 0843 1234 567 E: help@rnwgroup.com @endif
@if (!empty($html)) @if (!empty($fromFm) && $quotation->status == 'APPROVED' && empty($loggedAlready))
APPROVED QUOTATION (READY FOR DISPATCH)
@endif @if (!empty($actionLog) && $quotation->status == 'CLIENT_REVIEW')
PLEASE ADVISE YOUR DECISION ON THIS QUOTATION
FINALLY, PLEASE CLICK YOUR SELECTION TO SAVE AND SUBMIT
@endif @endif