{{ Auth::user()?->is_staff ? 'Member Dashboard' : 'Player Portal' }}

{{ Auth::user()?->is_staff ? 'Court Kulture' : 'Player Dashboard' }}

PICKLEBALL CLUB

PLAY DEEPER. LIVE BETTER.

@if (Auth::user()?->is_staff)

Welcome back to the club desk.

Manage open play with a refined queue, court rotation, live match flow, and player standings.

@else

Your player home base.

Find a live session, follow the waiting queue, and keep an eye on standings from your phone.

@endif
@if (Auth::user()?->is_staff) Open Court Kulture @else
Player Portal
Ask staff for the live session link or scan the club QR code courtside.
Complete Profile
@endif
@unless (Auth::user()?->is_staff)

Find a live session

Open the public session URL from staff to see queue position and current matches.

Check court flow

See active courts, match status, and the next group waiting to play.

Track standings

Review games played, wins, and recent results when a session is live.

@endunless