@extends('frontend.layouts.app') @section('title', 'Email Verification') @section('content')
@include('_message')
{{ __('Please, verify your email address by clicking on the link we just emailed you. If you did not receive the email, look for it in the spam folder or we will gladly send you another.') }}
{{-- Resend Verification Form --}}
@csrf
@endsection