Generated on: {{ now()->format('F d, Y') }}
| Property Name | Category | Client | Status | Price |
|---|---|---|---|---|
| {{ $property->name }} | {{ $property->category->name ?? 'N/A' }} | {{ $property->client->name ?? 'N/A' }} | {{ $property->status }} | {{ number_format($property->price, 2) }} |