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

( ! ) Notice: Undefined variable: level in /home/radicalf/public_html/grupofrota/vendor/laravel/framework/src/Illuminate/Notifications/resources/views/email.blade.php on line 112
Call Stack
#TimeMemoryFunctionLocation
10.0017238816{main}( ).../email.blade.php:0

( ! ) Notice: Undefined variable: level in /home/radicalf/public_html/grupofrota/vendor/laravel/framework/src/Illuminate/Notifications/resources/views/email.blade.php on line 115
Call Stack
#TimeMemoryFunctionLocation
10.0017238816{main}( ).../email.blade.php:0
{{ $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.