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

Confirm password

This is a secure area of the application. Please confirm your password before continuing.

@csrf
@error('password')

{{ $message }}

@enderror