{{ config('app.name') }}
{!! $body !!}
@isset($actionText)
{{ $actionText }}
@endisset @isset($actionText)
{{ __('If you are having trouble clicking the ":actionText" button, copy the link below and paste it in your browser:', ['actionText' => $actionText]) }}
{{ $displayableActionUrl ?? $actionUrl }}
@endisset