@extends('layouts.app') @section('title', "The Wealth Finder") @section('header_css') @stop @section('content')

Verify Email Address

@if ($errors->has('errormessage')) {{ $errors->first('errormessage') }} @endif
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
Generate OTP @if ($errors->has('emailotp')) {{ $errors->first('emailotp') }} @endif
@stop @section('footer_scripts') @stop