{{ $property->marketingPurpose->name ?? 'For Sale' }} @if($property->discount_available) Discount Available @endif
{{ $property->headline }}
{{ $property->location }}
@if($thumbnailBase64) @endif
Property Details
@if($property->propertyType) @endif @if($property->unitType) @endif @if($property->area_sq_ft) @endif @if($property->bedrooms) @endif @if($property->bathrooms) @endif @if($property->price) @endif @if($property->latitude && $property->longitude) @endif
Type {{ $property->propertyType->name }}
Category {{ $property->unitType->name }}
Area {{ $property->area_sq_ft }} sq ft
Bedrooms {{ $property->bedrooms }}
Bathrooms {{ $property->bathrooms }}
Price £{{ number_format($property->price, 2) }}
Coordinates {{ $property->latitude }}, {{ $property->longitude }}
Investment Stats
@if($property->investment_type) @endif @if($property->current_value) @endif @if($property->purchase_date) @endif @if($property->investment_type == 'rental') @if($property->monthly_rent) @endif @elseif($property->investment_type == 'buy_to_sell') @if($property->sale_price) @endif @if($property->sale_date) @endif @endif @if($property->tenure_type) @endif
Strategy {{ ucfirst(str_replace('_', ' ', $property->investment_type)) }}
Current Value £{{ number_format($property->current_value, 2) }}
Purchase Date {{ $property->purchase_date->format('d M Y') }}
Est. Monthly Rent £{{ number_format($property->monthly_rent, 2) }}
Tenanted {{ $property->is_currently_rented ? 'Yes' : 'No' }}
Target Sale Price £{{ number_format($property->sale_price, 2) }}
Sale Date {{ $property->sale_date->format('d M Y') }}
Tenure {{ ucfirst($property->tenure_type) }}
@if($property->financing_type)
Financial Details
@if($property->loan_amount) @endif @if($property->interest_rate) @endif @if($property->lender_name) @endif @if($property->monthly_payment) @endif
Financing Type {{ ucfirst($property->financing_type) }}
Loan Amount £{{ number_format($property->loan_amount, 2) }}
Interest Rate {{ number_format($property->interest_rate, 2) }}%
Lender {{ $property->lender_name }}
Monthly Payment £{{ number_format($property->monthly_payment, 2) }}
@endif
Description
{!! $property->full_description !!}
@if($mapBase64)
Location Map
{{ $property->location }}
@elseif($property->latitude && $property->longitude)
Location
Coordinates: {{ $property->latitude }}, {{ $property->longitude }}
Address: {{ $property->location }}
@endif @if($property->tenure_type == 'leasehold')
Lease Details
@if($property->lease_years_remaining) @endif @if($property->service_charge) @endif @if($property->ground_rent) @endif
Lease Remaining {{ $property->lease_years_remaining }} Years
Service Charge £{{ number_format($property->service_charge, 2) }}
Ground Rent £{{ number_format($property->ground_rent, 2) }}

@endif @if($property->costs->count() > 0)
Associated Costs
@foreach($property->costs as $cost) @endforeach
{{ $cost->name }} £{{ number_format($cost->amount, 2) }}
@endif @if($property->tenants->count() > 0)
Tenant Information
@foreach($property->tenants as $tenant) @endforeach
{{ $tenant->name }} @if($tenant->is_primary) (Primary) @endif @if($tenant->phone) {{ $tenant->phone }} @endif @if($tenant->email) | {{ $tenant->email }} @endif
@endif
Compliance
Gas Safety
Issue: {{ $property->gas_safety_issue_date ? $property->gas_safety_issue_date->format('d M Y') : 'N/A' }}
Expiry: {{ $property->gas_safety_expiry_date ? $property->gas_safety_expiry_date->format('d M Y') : 'N/A' }}
Electrical Safety (EICR)
Issue: {{ $property->electrical_issue_date ? $property->electrical_issue_date->format('d M Y') : 'N/A' }}
Expiry: {{ $property->electrical_expiry_date ? $property->electrical_expiry_date->format('d M Y') : 'N/A' }}
@if($property->gallery_images)
Photo Gallery
@foreach(array_chunk($galleryBase64, 2) as $row) @foreach($row as $imageBase64) @endforeach @if(count($row) < 2) @endif @endforeach
@endif @if(!isset($type) || $type !== 'whitelabel')

Contact Information

{{ $user->name }}
{{ $user->email }}
@if($user->phone)
{{ $user->phone }}
@endif
@if($logoBase64 && (!isset($type) || $type !== 'whitelabel')) @endif
@if($user->phone) @endif
Email WhatsApp Call Now
@endif