@extends('front.layout.layout') @section('title', 'Verify Your Email') @section('content')
@if (session('message'))
A fresh verification link has been sent to your email address.
@endif

Verify Your Email

Please check your Email for a verification link to complete your registration. You must verify your email before accessing your account.

@csrf
@endsection