@extends('layouts.guest')
@section('title',__('Email Verification'))
@section('content')
{{config('app.name')}} - {{ __('Email Verification') }}
{{ __('Clicking the "Send Verification Email" button below will send an email with verification link to your registered email address.') }}
@if (session('status') == 'verification-link-sent')
{{ __("An email verification link has been sent to your email. Please verify your email address by clicking on the link we just emailed to you. We will gladly send you another email if you didn't receive the first one, but please first check your spam folder.") }}
@endif