@php use App\Helpers\SiteSettingsHelper; $emailLogo = SiteSettingsHelper::getAttachment('email_logo'); $logoUrl = $emailLogo ? asset('storage/' . $emailLogo->path) : null; @endphp @if($logoUrl) @endif
{{ config('app.name') }}
{!! $emailBody !!}

© {{ date('Y') }} {{ config('app.name') }}. All rights reserved.

This is an automated email. Please do not reply to this message.