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

You have successfully subscribed to the Newsletter!


You will receive updates on new products, offers, discounts and much more

{{ config('shop.company_name') }}

{{-- Footer --}} @slot('footer') @component('mail::footer') © {{ date('Y') }} {{ config('shop.company_name') }} @endcomponent @endslot @endcomponent