@component('mail::layout') {{-- Header --}} @slot('header') @if($showEmailHeader) @component('mail::header', ['url' => config('app.url')]) @endcomponent @endif @endslot # {{$mailTitle}} {{$mailContent}} @if($mailQuote)
{{$mailQuote}}@endif @if(count($button)) @component('mail::button', ['url' => $button['url'], 'color'=> isset($button['color']) ? $button['color'] : 'primary' ]) {{$button['text']}} @endcomponent @endif {{__('Thanks')}},