{{-- brafa Systems — Bookings overview. Livewire backing: App\Http\Livewire\Dashboard\ShowBookings. Bindings preserved: wire:click="sendPasscode(...)", $bookings, $PropertyName, $message, session('error'), messageShown JS event. --}}
| Booking | Guest | Unit | Check-in | Check-out | Passcode |
|---|---|---|---|---|---|
| {{ $record['bookId'] }} | {{ $record['guestName'] }} |
{{ $record['unitName'] }} | {{ $record['firstNight'] }} | {{ $record['lastNight'] }} | @if ($brafaKey) {{ $brafaKey }} @else @endif |
| No bookings found. | |||||