{{-- Every Markdown mail passes through here. The framework's message, with the footer open to the mail: a `` inside `` replaces the default line — for the sender's address, a privacy link, or an unsubscribe link on mail that is not transactional. Keep the Markdown below unindented: four spaces make a code block. --}} {{-- Header --}} {{ config('app.name') }} {{-- Body --}} {!! $slot !!} {{-- Subcopy --}} @isset($subcopy) {!! $subcopy !!} @endisset {{-- Footer --}} @isset($footer) {!! $footer !!} @else © {{ date('Y') }} {{ config('app.name') }}. {{ __('All rights reserved.') }} @endisset