Current Tenant

{{ $currentTenantName }}

@if(count($tenants) > 0)
@if($hasTenantContext) Active @else Platform View @endif @if(count($tenants) > 1) Switch Tenant @foreach($tenants as $id => $name) {{ $name }} @endforeach @if($hasTenantContext) View All (Platform) @endif @endif
@endif