@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => $logo_url]) {{ config('app.name') }} @endcomponent @endslot {{-- Body --}}

{{ $greeting }}

{{ $primary_body }}

{{ $secondary_body }}

{{ $line }}



Regards,

{{ $salutation }}

{{-- Footer --}} @slot('footer') @component('mail::footer') © {{ date('Y') }} {{ $address }}. @lang('All rights reserved.') @endcomponent @endslot @endcomponent