@section('title', (tenant() ? tenant()->name . ' — ' : '') . 'Sign In — GymFlow')
{{-- Left panel --}} {{-- Right panel (form) --}}
{{-- Mobile logo --}} @if(tenant()) @if(tenant()->logo) {{ tenant()->name }} @else
{{ strtoupper(substr(tenant()->name, 0, 1)) }}
@endif {{ tenant()->name }} @else
GymFlow @endif

Welcome back

Sign in to your {{ tenant() ? tenant()->name : 'GymFlow' }} account

@if(session('status'))
{{ session('status') }}
@endif @php $otherErrors = \Illuminate\Support\Arr::except($errors->messages(), ['email', 'password']); @endphp @if(count($otherErrors))
    @foreach($otherErrors as $fieldErrors) @foreach($fieldErrors as $error)
  • {{ $error }}
  • @endforeach @endforeach
@endif
@csrf
@error('email')

{{ $message }}

@enderror
@if(Route::has('password.request')) Forgot password? @endif
@error('password')

{{ $message }}

@enderror

Don't have an account? Create account