@extends('layouts.auth') @section('title', 'Verify Email — JAM Members Club') @section('content')

Jam Corner · Members Club

Verify your email

We've sent a verification link to {{ auth()->user()->email }}. Click the link in the email to activate your membership.

@if(session('status') === 'verification-link-sent')

A new verification link has been sent.

@endif
@csrf
@csrf
@endsection