@extends('storefront.layouts.main') @section('title', 'Verify Email') @section('content')
Verify Your Email

Thanks for signing up! Before getting started, please verify your email address by clicking on the link we just emailed to you.

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