{{-- Greeting --}}
@if ($greeting))
# {{ $greeting }}
@endif
{{-- Intro Lines --}}
@foreach ($introLines as $line)
{{ $line }}
@endforeach
{{-- Action Button --}}
@isset($actionText)
@php
$color = match ($level) {
'success', 'error' => $level,
default => 'primary',
};
@endphp
{{ $actionText }}
@endisset
{{-- Outro Lines --}}
@foreach ($outroLines as $line)
{{ $line }}
@endforeach
{{-- Subcopy --}}
@isset($actionText)
Si usted tiene problemas para hacer clic en el botón {{$actionText}} , copie y pegue esta URL.
[{{ $displayableActionUrl }}]({{ $actionUrl }})
@endisset