@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header',['site'=>$site]) {{ $heading }} @endcomponent @endslot {{-- Body --}} {{ $slot }} {{-- Subcopy --}} @isset($subcopy) @slot('subcopy') @component('mail::subcopy') {{ $subcopy }} @endcomponent @endslot @endisset {{-- Footer --}} @slot('footer') @component('mail::footer')
{{ config('mail.from.name') }}
{!! join('
',$site->address) !!}
{{ $site->site_email }}
@endcomponent @endslot @endcomponent