@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) {{ \Acelle\Model\Setting::get('site_name') }} @endcomponent @endslot {{-- Body --}}

A new contact {{ $subscriber->email }} has been added to mail list {{ $subscriber->mailList->name }}

{{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @component('mail::footer') {{ \Acelle\Model\Setting::get('site_name') }} @endcomponent @endslot @endcomponent