@php $subdomain = explode('.', request()->getHost())[0]; // get first part $tenantName = ucfirst($subdomain); // capitalize first letter @endphp

Sign In to {{ $tenantName }}

Forgot Password?
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif