@if (! empty($greeting))
# Olá {{ $greeting }}!
@else
@if ($level == 'error')
# Whoops!
@else
# Olá!
@endif
@endif
{{-- Intro Lines --}}
@foreach ($introLines as $line)
{{ $line }}
@endforeach
{{-- Action Button --}}
@isset($actionText)
{{ $actionText }}
@endisset
{{-- Salutation --}}
Atenciosamente
Equipe Logar.
{{-- Subcopy --}}
@isset($actionText)
@lang(
"Se você tiver problemas ao clicar no botão \":actionText\" , copie e cole a URL abaixo\n".
'no seu navegador:',
[
'actionText' => $actionText,
]
) [{{ $actionUrl }}]({{ $actionUrl }})
@endisset