Application Details
Application Type {{ $transaction->service->name }}
Application Date {{date('d-m-Y', strtotime($transaction->application_date))}}
Application Reference Number {{ $transaction->transaction_reference_number }}
Application Status {{ $transaction->status }}
Property Details
Property Reference Number {{ $transaction->property->id }}
Parcel Number {{ $transaction->property->parcel_id }}
Address {{ $transaction->property->address }}
District {{ $transaction->property->district }}
Sub District {{ $transaction->property->sub_division }}
Area / Block {{$transaction->property->area}} {{$transaction->property->block}}
Ownership @if($transaction->property->currentowners) @foreach($transaction->property->currentowners as $owner) {{ $owner->customer->full_name }} @if($owner->primary_owner == 'Yes') [P] @endif
@endforeach @endif
Owner Contact Number @if($transaction->property->currentowners) @foreach($transaction->property->currentowners as $owner) {{ $owner->customer->mobile_1 }} @if($owner->primary_owner == 'Yes') [P] @endif
@endforeach @endif
Status {{$transaction->property->status}}
Legacy File Number {{ $transaction->property->legacy_file_number }}
Size {{$transaction->property->size}} ({{ config('gis.property_size_symbol') }})
Building @if($transaction->property->building==1) Yes @else No @endif

Customer Details

Seller Details
Sellers @if($transaction->property->currentowners) @foreach($transaction->property->currentowners as $owner) {{ $owner->customer->full_name }} @if($owner->primary_owner == 'Yes') [P] @endif
@endforeach @endif
Purchase Date @if($transaction->property->currentowners) {{date('d-m-Y', strtotime($transaction->property->currentowners[0]->purchase_date))}} @endif
Purchase Amount @if($transaction->property->currentowners) $ {{ number_format($transaction->property->currentowners[0]->purchase_price) }} @endif
Buyer Details
Buyers @if($propertyOwnershipApplication) @foreach($propertyOwnershipApplication as $buyer) {{ $buyer->customer->full_name }} @if ($buyer->customer->id == $transaction->buyer_id) [P] @endif
@endforeach @endif
Mobile Numbers {{ $transaction->buyer->mobile_1 }} {{ isset($transaction->buyer->mobile_2) ? '/ '. $transaction->buyer->mobile_2 : ''}}
@if(isset($transaction->agent->full_name))
Agent Details
Agent {{$transaction->agent->full_name}}
@endif

Sale / Notary Details

Sale Details
Settlement Date {{date('d-m-Y', strtotime($transaction->settlement_date))}}
Settlement Amount $ {{ number_format($transaction->settlement_amount) }}
Notary Details
Name {{ $transaction->notary->notary_name }}
Registration Details Regstration No: {{ $transaction->notary->notary_number }}
Expiry Date: {{date('d-m-Y', strtotime($transaction->notary->notary_expiry_date))}}
Contact Details {{ $transaction->notary->contact_number }}
{{ $transaction->notary->email }}
Address {{ $transaction->notary->address }} {{ $transaction->notary->district }}