{{-- Header with Logo --}}
@hasSection('email-header') @yield('email-header') @else @include('mail.partials.brand-header', ['brand' => 'ladill']) @endif
@hasSection('icon-header') @yield('icon-header') @endif {{-- Email Body --}}
@yield('content')
{{-- Footer --}}
@hasSection('email-footer') @yield('email-footer') @else @include('mail.partials.brand-footer', ['brand' => 'ladill']) @endif