Letterhead
Plot Information
{{--
Personal Information
--}} @php($coordinates = json_decode($plot->coordinates, true))
Site: {{ $plot->site->title ?? "" }}
Plot Number: {{ $plot->number }}
Plot Code: {{ $plot->code }}
Plot Size: {{ $plot->size }}
Type: {{ $plot->type }}
Price: N {{ number_format($plot->price) }}
State: {{ $plot->state }}
Local Government: {{ $plot->dob }}
Address: {{ $plot->title }}
Coordinates: Latitude: {{ $coordinates['lat'] ?? 'N/A' }}, Longitude: {{ $coordinates['lng'] ?? 'N/A' }}
Description: {{ $plot->description }}