@extends('layouts.app') @section('content') @include('includes.header')
@include('includes.inner_page_title', ['page_title'=>__('User Verification')])
User Verification
For security of your account, Verification link has been sent to your register email ID {{auth()->user()->email}}.
If you did not receive the email then click below.
@csrf
@endsection