@if (array_key_exists('heading', $meta))
{{ $meta['heading'] }}
|
@endif
|
Hi {{ $name }},
{!! $content !!}
@if (array_key_exists('quote', $meta))
{{ $meta['quote'] }}
@endif
@if (array_key_exists('note', $meta))
{{ $meta['note'] }}
@endif
@if (array_key_exists('otp', $meta))
{{ $meta['otp'] }}
@endif
@if (array_key_exists('url', $meta))
{{ array_key_exists('button_text', $meta) ? $meta['button_text'] : 'Take Action' }}
@endif
|
@if (array_key_exists('url', $meta))
or
If the button above does not work, paste this link into your web browser:
{{ $meta['url'] }}
|
@endif
|
@if (array_key_exists('url', $meta))
If you did not make this request, please contact us or ignore this message.
@endif
This is an automatically generated email please do not reply to this email. If you face any issues, please contact us at
{{ config('mail.help.address') }}
|
|
Copyright © {{ date('Y') }} {{ config('app.name') }}. All rights reserved.
This email was sent to you as a registered user of
{{ config('app.name') }}.
|
|