@section('styles') @endsection @section('title') Funds Transfer @endsection {{ __('Funds Transfer OTP Verify') }}
@if (session('alert'))
{!! session()->get('title') !!} {!! session()->get('alert') !!}
@endif @if ($errors->any())
{{ __('Whoops! Something went wrong.') }}!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Logo

Two Step Verification

Enter the verification code we sent to
{{Str::mask($user->email, '*', -20, 6)}}
Type your 6 digit security code
Didn’t get the code ? Resend or Call Us
@section('scripts') @endsection