@if (session()->has('message'))
{{ session()->get('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!