@extends('layouts.guest') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : 'Email Verification'}} @endsection @push('head-scripts') @endpush @section('content')
@if (session('status') == 'verification-link-sent')
A new verification link has been sent to the email address you provided during registration.
@endif
@csrf

Email Verify

@csrf
@endsection @push('footer-scripts') @endpush