@extends('layouts.guest') @section('page_title') {{(!empty($page_title) && isset($page_title)) ? $page_title : 'Email Verification'}} @endsection @push('head-scripts') @endpush @section('content')
@csrf

Email Verify

Verification link has been sent to the email address you provided during registration.

If You have not received Verification link on your provided email please click on Resend Email.

@if (session('status') == 'verification-link-sent')
A new verification link has been sent to the email address you provided during registration.
@endif
@csrf
@endsection @push('footer-scripts') @endpush