@component('mail::message') {{-- Greeting --}} @if (! empty($greeting)) {{ $greeting }} @else # Hello, @endif {{-- Action Button --}} @php $actionText = 'Visit our website'; $actionUrl = 'https://www.kofient.com' @endphp {{-- @component('mail::button', ['url' => $actionUrl, 'color' => 'blue']) {{ $actionText }} @endcomponent--}} Thank you for signing up for our newsletter. We'll keep you informed about our latest news, events and exciting offers. {{-- Salutation --}} @if (! empty($salutation)) {{ $salutation }} @else Management, # {{ config('app.name') }}. @endif {{-- Subcopy --}} @isset($actionText) @component('mail::subcopy') {{ $actionText }} {{ $actionUrl }}]({{ $actionUrl }} @endcomponent @endisset @endcomponent