|
Attention:
|
@if(isset($contact_person->title)) {{ucwords($contact_person->title)}} @endif
@if(isset($contact_person->first_name)) {{ucwords($contact_person->first_name)}} @endif
@if(isset($contact_person->last_name)) {{ucwords($contact_person->last_name)}} @endif
|
|
This agreement is made on {{$formattedCurrentDate}} between @if(isset($customer->company_name)) {{$customer->company_name}}@endif
(hereinafter called “The Owner”) and CT Elevator Pte Ltd (hereinafter called “CT
Elevator”)
whereby
it is agreed as follows: -
|
| 1. |
CT Elevator agrees to undertake the maintenance of Lift (s) (hereinafter called “The
Equipment” as per Schedule A, sited at {{ $propertyAdd->street_1 ?? '' }} {{ $propertyAdd->unit_no ?? '' }}
@if(!empty($propertyAdd->street_2))
{{ $propertyAdd->street_2 }}
@endif
{{ $propertyAdd->country ?? '' }} {{ $propertyAdd->zip_code ?? '' }}
|
|
| Period of Agreement: |
{{ date('d/m/Y', strtotime($project->started_at)) }} to {{ date('d/m/Y', strtotime($project->deadline)) }} |
| Date of Commencement: |
{{ date('d/m/Y', strtotime($project->commencement_date)) }} |
|
|
This contract shall continue there after on a {{$project->frequency}} basis for the periods {{$project->contract_years}}-Years unless
terminated by either party giving to the other not less than three calendar months' notice in
writing.
|
| 2. |
The Maintenance Fee for this service provided and the conditions as described below is in
Singapore currency and payable within {{$project->payable_duration}}. |
|
{{$project->contract_years}}-Years @if($project->project_type == 'comprehensive') Comprehensive @else Non-Comprehensive @endif Monthly
Equipment Maintenance
Fee
|
| Description |
@for($year = 1; $year <= $project->contract_years; $year++)
{{ $year }}{{ $year == 1 ? 'st' : ($year == 2 ? 'nd' : ($year == 3 ? 'rd' : 'th')) }} Year |
@endfor
@php
$yearlyTotals = array_fill(1, $project->contract_years, 0);
@endphp
@foreach($costsByTitle as $title => $yearly)
| {{ preg_replace('/---.*/', '', $title) }} |
@for($year = 1; $year <= $project->contract_years; $year++)
@php
$cost = $yearly[$year] ?? 0;
$yearlyTotals[$year] += $cost;
@endphp
${{ $cost }}/month |
@endfor
@endforeach
| Total (Exclude GST) |
@for($year = 1; $year <= $project->contract_years; $year++)
${{ $yearlyTotals[$year] }}/month |
@endfor
|
| Note: Fee for no load test, full load test, SPE and PTO renewal shall charge as per the
table 1
below. |