{{-- brafa Systems — Dashboard. Mirror of prototype/admin/app.jsx → DashboardView. All figures come from the read-only App\Http\Livewire\Dashboard\Overview component (local DB only). No wire:* state here beyond row navigation links. --}} @php $brafaTilePalette = ['#1A1A1A','#3A3A3A','#5A5A5A','#2D4A33','#3A4D6C','#4D3A6C','#6C3A53','#1E8A3E','#8C5F1B']; @endphp
| Time | Lock | Room | Type | Who |
|---|---|---|---|---|
| {{ $o['time'] }} | {{ $o['alias'] }} | @if ($o['is_room']) {{ $o['room'] }} @else {{ $o['room'] }} @endif |
@php
$tIcon = $o['type'] === 'Card' ? 'credit-card' : ($o['type'] === 'Passcode' ? 'lock' : 'zap');
@endphp
|
{{ $o['who'] }} |
| No door openings recorded yet. | ||||
| Property | Arrivals | Occupancy | ||
|---|---|---|---|---|
|
{{ $initials ?: '?' }}
|
{{ $p->name }}
{{ $p->id }} · {{ $p->api }}
|
{{ $p->arrivals }} |
{{ $p->occupancy }}%
|
|
| No arrivals or in-house guests today. | ||||