@extends('layouts.loginlayout') @section('title', 'Verify Identity') @section('content')
We Need To Verify Your Identity
@if ($errors->has('error'))
There is an error, please click here to regenerate your activation code!
@endif
@csrf @if (Session::get('isEmailEnabled'))
@endif @if (Session::get('isPhoneEnabled'))
@endif

If your email or mobile number is incorrect please reach out to itsupport@acrabrokerlinks.com

@endsection