@csrf
@if(session('selected_tenant_id')) @php $currentTenant = $globalTenants->firstWhere('id', session('selected_tenant_id')); @endphp @if($currentTenant) {{ $currentTenant->company_name }} @endif @else 전체 @endif
@push('scripts') @endpush