{{--{{ config('app.name') }}--}}

@if (! empty($greeting)) {{ $greeting }} @else @if ($level == 'error') Whoops! @else Hello! @endif @endif

@foreach ($introLines as $line)

{{ $line }}

@endforeach @if (isset($actionText))
{{ $actionText }}
@endif @foreach ($outroLines as $line)

{{ $line }}

@endforeach

@lang('Regards'),
{{ config('app.name') }}

@if (isset($actionText))

@lang("If you're having trouble clicking the \":button\" button, copy and paste the URL below into your web browser:", ['button' => $actionText])

{{ $actionUrl }}

@endif

© {{ date('Y') }} {{ config('app.name') }}. @lang('All rights reserved.')