{{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('¡Oops!') @else # @lang('¡Hola!') @endif @endif {{-- Intro Lines --}} @foreach ($introLines as $line) {{ $line }} @endforeach {{-- Action Button --}} @isset($actionText) {{ $actionText }} @endisset {{-- Outro Lines --}} @foreach ($outroLines as $line) {{ $line }} @endforeach {{-- Salutation --}} @if (! empty($salutation)) {{ $salutation }} @else @lang('Saludos,') {{ config('app.name') }} @endif {{-- Subcopy --}} @isset($actionText) @lang( "Si tiene problemas para hacer clic en el botón \":actionText\", copie y pegue la siguiente URL\n". 'en su navegador web:', [ 'actionText' => $actionText, ] ) [{{ $displayableActionUrl }}]({{ $actionUrl }}) @endisset