@extends('layouts.auth') @section('title') Email Verification @endsection @section('content')
Verify Your Email Address
@if (session()->has('message')) @endif {{ __('Well done 👏, now the next step is to verify your email address.') }}
{{ __('Do check your mailbox as a verification link has been sent to you.') }}

{{ __('If you did not see the mail in your mailbox, please check your spam or junk folder.') }}

Note: After clicking on the link in your email, you'd first have to login on the same device you clicked the link before you're fully authenticated!
@csrf Didn't receive an email?
I've verified my email
@endsection