Send OTP

@foreach($authenticators as $key => $authenticator)
Authenticator {{ $key+1 }}
{{ $authenticator['name'] }}
{{ $authenticator['designation'] }}
@if ($errors->has('otp.'.$key)) {{ $errors->first('otp.'.$key) }} @endif
@endforeach