@component('mail::layout')
{{-- Header --}}
@slot('header')
|
@endslot
{{-- Body --}}
{{ $slot }}
{{-- Subcopy --}}
@isset($subcopy)
@slot('subcopy')
@component('mail::subcopy')
{{ $subcopy }}
@endcomponent
@endslot
@endisset
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
[Login]({{ config('shopper-social.frontend_url') }}) |
[Contact Us](mailto:hello@shoppersocial.com.au) |
[Unsubscribe]({{ config('shopper-social.frontend_url') . '/profile' }})
© {{ date('Y') }} {{ config('app.name') }}.
@endcomponent
@endslot
@endcomponent