@if (! empty($greeting))
{{ $greeting }}
@else
@if ($level == 'error')
Ops!
@else
Olá!
@endif
@endif
@foreach ($introLines as $line)
{!! $line !!}
@endforeach
@if (isset($actionText))
( ! ) Warning: Undefined variable $level in G:\Rede\PHP\cadaris\Sistema\SistemaCadaris\resources\views\vendor\notifications\email.blade.php on line 113 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0226 | 490624 | {main}( ) | ...\email.blade.php:0 |
( ! ) Warning: Undefined variable $level in G:\Rede\PHP\cadaris\Sistema\SistemaCadaris\resources\views\vendor\notifications\email.blade.php on line 116 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0226 | 490624 | {main}( ) | ...\email.blade.php:0 |
{{ $actionText }}
|
@endif
@foreach ($outroLines as $line)
{!! $line !!}
@endforeach
Atenciosamente, {{ config('app.name') }}
@if (isset($actionText))
Se tiver problemas ao clicar no botão "{{ $actionText }}",
copie e cole a URL abaixo em seu navegador:
{{ $actionUrl }}
|
@endif
|