@php // Organization always comes from the authenticated user — no selection needed $org = auth()->user()->organization ?? \App\Models\System\Organization::find(auth()->user()->organization_id); @endphp