@extends('layouts.site') @section('title', 'Verify Your Email - Auctions Ontario') @section('content') @include('partials.page-banner', ['title' => 'Verification'])

VERIFY YOUR EMAIL

Thanks for signing up! Before getting started, please verify your email address by clicking the link we just emailed to {{ auth()->user()->email }}. If you didn't receive it, you can request another one below.

@if (session('status') == 'verification-link-sent')
A new verification link has been sent to your email address.
@endif
@csrf
@csrf
@endsection