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
@for($year = 1; $year <= $project->contract_years; $year++) @endfor @php $yearlyTotals = array_fill(1, $project->contract_years, 0); @endphp @foreach($costsByTitle as $title => $yearly) @for($year = 1; $year <= $project->contract_years; $year++) @php $cost = $yearly[$year] ?? 0; $yearlyTotals[$year] += $cost; @endphp @endfor @endforeach @for($year = 1; $year <= $project->contract_years; $year++) @endfor
Description{{ $year }}{{ $year == 1 ? 'st' : ($year == 2 ? 'nd' : ($year == 3 ? 'rd' : 'th')) }} Year
{{ preg_replace('/---.*/', '', $title) }}${{ $cost }}/month
Total (Exclude GST)${{ $yearlyTotals[$year] }}/month
Note: Fee for no load test, full load test, SPE and PTO renewal shall charge as per the table 1 below.
@if(count($renewal_lift_cost) > 0)
Table 1 - Annual Lift Certificate Renewal-Lift
@foreach($renewal_lift_cost as $lift_cost) @endforeach
Description Equipment Total Amount
(Exclude GST)
{!!$lift_cost['lift_test']!!}
{{$lift_cost['title']}} @if(isset($lift_cost['machine_number'])) ({{$lift_cost['machine_number']}}) @endif
${{$lift_cost['unit_cost']}}
@endif
{!!$project->term_conditions!!}
For and on behalf of CT Elevator Pte Ltd: For and on behalf of Owner:
@if(isset($prepared_by_signature)) pdf-header @endif
Signature / Name / Date
CT Elevator Pte Ltd
Signature / Name / Date
@if(isset($customer->company_name)) {{$customer->company_name}} @endif
@if($project->project_type == 'comprehensive')
{!!$project->sor!!}
@endif