@component('mail::layout')
{{-- Header --}}
@slot('header')
@component('mail::header', ['url' => 'https://dkbsign.com'])
{{-- config('app.name') --}}
@endcomponent
@endslot
{{-- Body --}}
{{ $slot }}
{{-- Subcopy --}}
@isset($subcopy)
@slot('subcopy')
@component('mail::subcopy')
{{ $subcopy }}
@endcomponent
@endslot
@endisset
{{-- Footer --}}
@slot('footer')
@component('mail::footer')
© {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')
Abidjan-Cocody Rivera Golf 4, Lot 92B, Ilot 6, Rue E127.
powered by DKB SOLUTIONS
@endcomponent
@endslot
@endcomponent