@component('mail::message') # Introduction The body of your message. {{-- Action Button --}} @isset($actionText) @component('mail::panel') This is the panel content. @endcomponent @component('mail::button', ['url' => $actionUrl, 'color' => $color]) {{ $actionText }} @endcomponent @endisset Thanks,
{{ config('app.name') }} @endcomponent