{{-- Offline queue flash message (client-side) --}}

{{-- ========== IDLE STATE: No active shift ========== --}} {{-- ========== SHIFT ACTIVE STATE: Shift running, no job ========== --}} {{-- ========== JOB ACTIVE STATE: Job in progress ========== --}} {{-- Loading state --}}
@php $allCustomerObjects = $customers->flatMap(fn ($c) => $c->objects->map(fn ($o) => [ 'id' => $o->id, 'customer_id' => $c->id, 'name' => $o->name, 'street' => $o->street, 'city' => $o->city, ])); @endphp