{{-- Greeting --}} @if (! empty($greeting)) {{ $greeting }} @else @if ($level === 'error') @lang('Whoops!') @else {{__('fixed_templates.hello')}} @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 {{__('fixed_templates.regards')}}
{{ config('app.name') }} @endif {{-- Subcopy --}} @isset($actionText) {{__('fixed_templates.subcopy', ['actionText' => $actionText,])}} [{{ $displayableActionUrl }}]({{ $actionUrl }}) @endisset