@extends('view.emails.raw_plain') @section('body')
{{ __('Hello') }} {{ $user->name }},
{{ __('Login/Reset Password') }}
{{ __("It looks like you're trying to log in to your account or reseting account password. To complete the process, please use the one-time password (OTP) below:") }}
{{ $otp }}
{{ __('This code expires in 5 minutes.') }}
{{-- call to action --}}