{{-- ===================================================== Etebarit - by Gisoo Web Solutions ------------------------------------------------------ Gisoo.net ------------------------------------------------------ Copyright (c) 2026 Gisoo Web Solutions ===================================================== This code is protected by copyright ===================================================== File: notification.blade.php ------------------------------------------------------ Use: The branded, RTL HTML shell for every notification email -- the default look, matching the site's palette and layout. Table-based with inline styles for broad email-client support; no external assets. The header carries the brand mark + site name; the footer carries the support contact and the design credit. The operator may add optional plain-text header/footer on top. Edit this file in code to change the template. ===================================================== --}} {{ $notificationTitle }}
{{-- ===== Brand header: gradient bar + mark + site name ===== --}} {{-- Optional operator header text --}} @if (filled($headerText)) @endif {{-- ===== Body ===== --}} {{-- Optional operator footer text --}} @if (filled($footerText)) @endif {{-- ===== Branded footer: support + credit + copyright ===== --}}
{{ $siteTitle }}
{!! nl2br(e($headerText)) !!}

{{ $notificationTitle }}

{{ $notificationBody }}

@if (filled($actionUrl))
{{ __('front.email.action') }} ←
@endif
{!! nl2br(e($footerText)) !!}
@if (filled($supportPhone ?? null) || filled($supportEmail ?? null))

{{ __('front.email.support') }} @if (filled($supportPhone ?? null)) {{ $supportPhone }} @endif @if (filled($supportPhone ?? null) && filled($supportEmail ?? null))  •  @endif @if (filled($supportEmail ?? null)) {{ $supportEmail }} @endif

@endif

{{ __('front.footer.copyright') }}

{{ __('front.email.copyright', ['site' => $siteTitle]) }}