{{-- Action Button --}}
@isset($actionText)
{{ $actionText }}
@endisset
{{-- Subcopy --}}
@isset($actionText)
@lang(
"If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser:',
[
'actionText' => $actionText,
]
) [{{ $displayableActionUrl }}]({{ $actionUrl }})
@endisset
|