@include('email.template.header') {!! $email_message !!}
@if(isset($email_footer)) {!! $email_footer !!} @else

{{__('Thanks a lot for being with us.')}}
{{allSetting()['app_title']}}

@endif @include('email.template.footer')