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

Set new password

Choose a strong password for your account.

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror

Back to sign in