@extends('emails.templates.default') @section('content')
|
{{ __('email.greeting', ['name' => trim($name)!='' ? $name : 'there']) }} |
|
{{ __('email.login_otp.message') }} |
|
{{ $otp }} |
|
{{ __('email.login_otp.expiry_text') }} |
|
{{ __('email.login_otp.more_text') }} |
|
{{ __('email.login_otp.end_line') }} |
| @include('emails.templates.signoff', ['thank_you' => __('email.thank_you'), 'wish' => __('email.wish')]) |