@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => config('app.url')]) {{ siteconfig('app_name') }} @endcomponent @endslot {{-- Body --}} {{ $slot }} {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @component('mail::footer') @if (!empty(Request::get('is_front'))) {{ siteconfig('copyright_text') }} @else {{ siteconfig('footer_title_for_admin') }} @endif @endcomponent @endslot @endcomponent