{{-- resources/views/auth/verify-email.blade.php --}} @extends('layouts.horizontalLayoutMaster') @section('title', 'Verify Email') @section('page-style') @endsection @section('content')

Verify Your Email

Thanks for signing up! Before getting started, please verify your email address by clicking the link we just emailed to you. If you didn’t receive the email, we’ll gladly send you another.

@if (session('status') == 'verification-link-sent') @endif
{{-- Resend verification form --}}
@csrf
{{-- Logout form --}}
@csrf
@endsection