@component('mail::message') {{-- Greeting --}} @if (! empty($greeting)) {{ $greeting }} @else # Hello, @endif {{-- Action Button --}} @php $actionText = 'View subscriptions'; $actionUrl = 'https://www.kofient.com' @endphp {{-- @component('mail::button', ['url' => $actionUrl, 'color' => 'blue']) {{ $actionText }} @endcomponent--}} This email has just subscribed to your newsletter group and have been added to your mailing list. {{-- Salutation --}} @if (! empty($salutation)) {{ $salutation }} @else Management, # {{ config('app.name') }}. @endif {{-- Subcopy --}} @isset($actionText) @component('mail::subcopy') {{ $actionText }} {{ $actionUrl }}]({{ $actionUrl }} @endcomponent @endisset @endcomponent