@extends('view.emails.raw_plain') @section('body')
{{-- logo --}} logo {{-- intro --}}

{{ __('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:") }}

{{-- account details --}}

{{ $otp }}

{{ __('This code expires in 5 minutes.') }}

{{-- call to action --}}
@if (!empty(setting('androidDownloadLink', '')) || !empty(setting('iosDownloadLink', '')))

{{ __('Download the app and enjoy purchases') }}

@endif
{{-- android --}} @if (!empty(setting('androidDownloadLink', ''))) Google Play @endif {{-- ios --}} @if (!empty(setting('iosDownloadLink', ''))) Apple App Store @endif
@endsection