{{ app_name() }}

@if (! empty($greeting)) {{ $greeting }} @else @if ($level == 'error') {{ trans('strings.emails.auth.error') }} @else {{ trans('strings.emails.auth.greeting') }} @endif @endif

@foreach ($introLines as $line)

{{ $line }}

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

{{ $line }}

@endforeach

{{ trans('strings.emails.auth.regards') }}
{{ app_name() }}

@if (isset($actionText))

{{ trans('strings.emails.auth.trouble_clicking_button', ['action_text' => $actionText]) }}

{{ $actionUrl }}

@endif

© {{ date('Y') }} {{ app_name() }}. {{ trans('strings.backend.general.all_rights_reserved') }}