@php
$locale = isset($locale) ? str_replace('_', '-', $locale) : str_replace('_', '-', app()->getLocale());
$brandName = $brand_name ?? 'Confess';
$brandTagline = $brand_tagline ?? '';
$footerCtaUrl = $footer_cta_url ?? 'https://confess.li';
$footerCtaText = $footer_cta_text ?? 'confess.li';
@endphp
{{ $subject ?? $brandName }}
|
{{ $brandName }}
@if($brandTagline)
{{ $brandTagline }}
@endif
|
|
|
@isset($greeting)
{{ $greeting }}
@endisset
@isset($intro)
{{ $intro }}
@endisset
@if(!empty($lines) && is_array($lines))
@foreach($lines as $line)
{{ $line }}
@endforeach
@endif
@if(!empty($action_url) && !empty($action_text))
{{ $action_text }}
@endif
@isset($salutation)
{!! $salutation !!}
@endisset
|
|
{{ $brandTagline }}
{{ $footerCtaText }}
|
|