@extends('layouts.auth') @section('title', 'JAM Members Club — Sign In') @section('content')
{{-- Left: Restaurant image + brand copy --}} {{-- Right: Auth form --}}
{{-- Mobile logo --}}

Jam Corner

Members Club

Welcome back

Enter your credentials to access the club.

{{-- Tab toggle + Forms — single Alpine scope --}}
@if ($errors->any())
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (session('status'))

{{ session('status') }}

@endif {{-- LOGIN FORM --}}
@csrf
Forgot?
{{-- SIGNUP FORM --}}
@csrf

© {{ date('Y') }} JAM Members Club · Contact

@endsection