|
{{-- Header with Logo --}}
@hasSection('email-header')
@yield('email-header')
@else
@hasSection('icon-header')
@yield('icon-header')
@endif
{{-- Email Body --}}
@endif
@yield('content')
{{-- Footer --}}
|