@if (! empty($greeting))
{{ $greeting }}
@else
@if ($level == 'error')
Whoops!
@else
Hello!
@endif
@endif
@foreach ($introLines as $line)
{{ $line }}
@endforeach
@if (isset($actionText))
@endif
@foreach ($outroLines as $line)
{{ $line }}
@endforeach
Regards, {{ config('app.name') }}
@if (isset($actionText))
If you’re having trouble clicking the "{{ $actionText }}" button,
copy and paste the URL below into your web browser:
{{ $actionUrl }}
|
@endif
|