@include('email.header_new')

{{__('Hello')}}, {{ __('Admin') }}

{{ isset($subject) ? $subject : '' }}

{{ isset($description) ? $description : '' }}

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

@include('email.footer_new')