{{ __('Dashboard') }}

@if (Request::getHost() === parse_url(env('APP_URL'), PHP_URL_HOST))

Vendor URL:

{{ auth()->user()?->tenant?->domain ?? auth()->user()?->tenant?->subdomain ?? 'No domain or subdomain' }} @else Welcome {{auth()->user()->name}} @endif