@php $tenant = $this->tenant; $brand = $tenant?->displayName() ?? (siteUrlSettings('site_name') ?? config('app.name')); $baseDomain = parse_url(config('app.url'), PHP_URL_HOST); @endphp
{{-- Brand side. On a phone this collapses above the form so the customer still sees whose network they are signing in to. --}}
@if ($tenant?->logo_path) @else {{ Str::upper(Str::substr($brand, 0, 1)) }} @endif

{{ Str::upper($brand) }}

{{-- Form side --}}