Please review the following information before 'FINAL SUBMIT'
If you would like to changes any information, Please use the links provided
on the Left Menu Bar
@if (isset($isMobileVerify['MobileVerify']) && !empty($isMobileVerify['MobileVerify']) && $isMobileVerify['MobileVerify'] == 1)
Your Mobile Number is verified.
@else
Please verify your Mobile Number. Click Here
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if (session('success'))
{{ session('success') }}
@endif