{{ 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))

Warning: Undefined variable $level in /home/vigilancehosting/control.vigilancehosting.net/resources/views/vendor/notifications/email.blade.php on line 112

Warning: Undefined variable $level in /home/vigilancehosting/control.vigilancehosting.net/resources/views/vendor/notifications/email.blade.php on line 115
{{ $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

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