@extends('layouts.frontend') @section('title', '| Email Change Request') @section('content')
@if($error)

Error occured!

@else

Email has been sent!

@endif
@if(!$error)
Failed Image
@if($is_declined)
Auto password has been generated and sent to you on email {{$account_email}}
@else
Please check your email, verification link has been sent to you on email {{$account_email}}.
@endif
@else
Some error occured while processing. Please try after sometime or contact to admin.
@endif
@endsection