@section('title', (tenant() ? tenant()->name . ' — ' : '') . 'Forgot Password — GymFlow')
@if(tenant() && tenant()->logo) {{ tenant()->name }} {{ tenant()->name }} @elseif(tenant())
{{ strtoupper(substr(tenant()->name, 0, 1)) }}
{{ tenant()->name }} @else
GymFlow @endif

Forgot your password?

Enter your email and we'll send you a link to reset it.

@if(session('status'))
{{ session('status') }}
@endif
@csrf
@error('email')

{{ $message }}

@enderror

Remembered it? Back to sign in