Your OTP
Thank you for choosing {{config('app.name')}}. Use the following OTP to complete the
procedure to change your reset your password. OTP is valid for
{{config('auth.otp_lifespan')}} minutes. Do not share this code with
others.
@foreach(str_split((string)$otp) as $digit)
{{ $digit }}
@endforeach
|