@csrf
@if(session('selected_tenant_id')) @php $currentTenant = $globalTenants->firstWhere('id', session('selected_tenant_id')); @endphp @if($currentTenant) {{ $currentTenant->company_name }} 데이터만 표시 중 @endif @else 전체 테넌트 데이터 표시 중 @endif