@extends('layouts.auth.base') @section('content')

Investment Excellence

{{ csrf_field() }}
Please enter the OTP generated on your Authenticator App.
Ensure you submit the current one because it refreshes every 30 seconds.
@endsection {{-- @section('content')
Register

@if($errors->any())
{{$errors->first()}}
@endif
{{ csrf_field() }}

Please enter the OTP generated on your Authenticator App.
Ensure you submit the current one because it refreshes every 30 seconds.

@endsection --}}