@php
$siteTitle = $site_title ?? \App\Models\SiteSetting::getValue('site_name', env('APP_NAME') ?: config('app.name')) . ' ' . \App\Models\SiteSetting::getValue('site_name_suffix', 'Credit Union');
$logoPath = \App\Models\SiteSetting::getValue('site_logo_path', '');
$logoUrl = $logoPath ? asset('storage/' . $logoPath) : null;
$logoDataUri = null;
@endphp
@yield('title', $siteTitle)
@yield('preheader', 'Important account information from ' . $siteTitle)
This email was sent by {{ $siteTitle }}. Please add our address to your contacts if you want to receive future messages in your inbox.
@if (isset($logo_cid) && $logo_cid)
@elseif ($logoUrl)
@endif
{{ $siteTitle }}
Secure, modern banking for your everyday needs
|
|
@yield('content')
|
This message was sent by {{ $siteTitle }}.
Please do not reply to this automated email.
|
|