@vite(['resources/js/blade.js'])
{{-- Left panel --}}
@if($gym['logo'] ?? null) {{ $gym['name'] }} @else
@endif {{ $gym['name'] ?? 'Member Portal' }}

Welcome back,
Member.

Sign in to view your membership, class bookings, workout plans, and attendance history.

    @foreach(['Track your attendance', 'View workout & diet plans', 'Check class bookings', 'Download invoices'] as $f)
  • {{ $f }}
  • @endforeach
{{-- Right panel --}}
{{-- Mobile logo --}}
@if($gym['logo'] ?? null) {{ $gym['name'] }} @else
@endif {{ $gym['name'] ?? '' }}
Back

Sign in to your account

Member portal access only.

@if($errors->has('credential'))
{{ $errors->first('credential') }}
@endif
@csrf
@error('password')

{{ $message }}

@enderror

Contact your gym if you need a password set up.