Site : {{$plot->site->title}}
Code : {{$plot->code}}
Number : {{$plot->number}}
Size : {{$plot->size}}
Type : {{$plot->type}}
Price : {{formatPrice($plot->price)}}
State : {{$plot->state}}
LGA : {{$plot->lga}}
Address : {{$plot->address}}
@php($coordinates = json_decode($plot->coordinates, true))
Coordinates : Latitude: {{ $coordinates['lat'] ?? 'N/A' }}, Longitude: {{ $coordinates['lng'] ?? 'N/A' }}
@php($shape = json_decode($plot->shape, true))
Description : {{$plot->description}}
@if($plot->grant)
Offer of Grant:
@endif
Status : {{$plot->status}}
Created By : {{$plot->createdBy->fullname ?? ""}}
Created At : {{$plot->created_at}}
Updated By : {{$plot->updatedBy->fullname ?? ""}}
Updated At : {{$plot->updated_at}}