Present this code at the gate for verification.
| Authorization # | {{ $authorization->id }} |
|---|---|
| Type | {{ \App\Models\Authorization::TYPE_SELECT[$authorization->type] ?? $authorization->type }} |
| Requested by | {{ optional($authorization->requester)->name ?? '—' }} |
| Visitor | {{ $authorization->visitor_name ?? '—' }} |
| Visitor phone | {{ $authorization->visitor_phone ?? '—' }} |
| Vehicle plate | {{ $authorization->vehicle_plate ?? '—' }} |
| Property | {{ optional($authorization->property)->name ?? '—' }} |
| Unit | {{ optional($authorization->unit)->name ?? '—' }} |
| Valid from | {{ optional($authorization->valid_from)->format('Y-m-d H:i') ?? '—' }} |
| Valid to | {{ optional($authorization->valid_to)->format('Y-m-d H:i') ?? '—' }} |
| Status | {{ ucfirst($authorization->status) }} |
Issued by the DAMAC Owners Association management system.