@if ($level == 'error')
Whoops!
@else
Hello!
@endif
@foreach ($introLines as $line)
{{ $line }}
@endforeach
@if (isset($actionText))
Notice: Undefined variable: level in C:\xampp\htdocs\crm\resources\views\vendor\notifications\email.blade.php on line 108
Notice: Undefined variable: level in C:\xampp\htdocs\crm\resources\views\vendor\notifications\email.blade.php on line 111
{{ $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
|