@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => 'https://asccrm.ru']) {{ config('app.name') }} @endcomponent @endslot {{-- Body --}} {{ $slot }} {{-- Subcopy --}} @if (isset($subcopy)) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endif {{-- Footer --}} @slot('footer') @component('mail::footer') © {{ date('Y') }} {{ config('app.name') }}. Всё защищено, все защищены. @endcomponent @endslot @endcomponent