{{-- Header --}} @if(!empty($header))
{{ $header }}
@endif {{-- Body Content --}}
{!! nl2br(e($body ?? 'Thank you for your request. We will process it shortly.')) !!}
{{-- Closing Text --}} @if(!empty($closingText))
{!! nl2br(e($closingText)) !!}
@endif