@props([ 'icon' => null, 'currentTenant' => null, ]) @php $currentTenantName = filament()->getTenantName($currentTenant); $currentCompany = auth()->user()->currentCompany; $currentCompanyOwner = $currentCompany->owner; $items = filament()->getTenantMenuItems(); $profileItem = $items['profile'] ?? null; $profileItemUrl = $profileItem?->getUrl(); @endphp
  • {{ $currentTenantName }}

    {{ $currentCompanyOwner->email }}