{{-- brafa Systems — Rooms. Mirror of the brafa list-card pattern. Livewire backing: App\Http\Livewire\RoomList. Bindings preserved: wire:model perPage/search/selectedProperty, wire:click sortBy/generateQr/ downloadQrCodes/downloadApiQrCodes/downloadAllQrCodes/downloadSelfCheckInQr, $rooms pagination, and the SweetAlert .download-qr-btn JS hooks. --}}
| Logo | Property | Property ID | Room ID | Unit | Room name | URLs | Guest QR | Housekeeping QR | API checkout QR | API clean QR |
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $initials ?: '?' }}
|
{{ $room->PropertyName }} |
{{ $room->PropertyID }} | {{ $room->RoomID }} | {{ $room->UnitName }} | {{ $room->RoomName }} |
Guest: {{ $room->url }}
Housekeeping: {{ $room->housekeepingUrl }}
API checkout: {{ $room->checkoutUrl }}
API clean: {{ $room->cleanUrl }}
|
@if (Storage::disk('public')->exists('qrcodes/'.$guestFilename))
|
@if (Storage::disk('public')->exists('qrcodes/'.$hkFilename))
|
@if (Storage::disk('public')->exists('qrcodes/'.$coFilename))
|
@if (Storage::disk('public')->exists('qrcodes/'.$cleanFilename))
|
| No rooms found. | ||||||||||