@component('mail::message') [//]: #Introduction {{-- Greeting --}} {{-- The body of your message. --}} {!! $params['body'] !!} {{-- Action Button --}} @isset($params['action_url']) @component('mail::button', ['url' => $params['action_url'], 'color' => $color]) {{ $params['action_text'] }} [//]: #ButtonText @endcomponent @endisset {{-- Thank you.

--}} @endcomponent