@php $brandName = config('dashboard.brand_name') ?: config('app.name'); @endphp {{-- The brand chip lives INSIDE the card (rendered from notifications/email.blade.php), mirroring the auth pages' layout — so the header slot is intentionally empty. --}} {{-- Body --}} {!! $slot !!} {{-- Subcopy --}} @isset($subcopy) {!! $subcopy !!} @endisset {{-- Footer --}} © {{ date('Y') }} {{ $brandName }}. {{ __('dashboard::dashboard.email.all_rights_reserved') }}