Add last error to head

This commit is contained in:
Hillel Coren 2018-06-17 10:13:53 +03:00
parent bd40cb8e1e
commit c062b2b664

View File

@ -7,6 +7,9 @@
<!-- Authenticated: {{ Auth::check() ? 'Yes' : 'No' }} -->
<!-- Server: {{ session(SESSION_DB_SERVER, 'Unset') }} -->
@endif
@if (Session::has('error'))
<!-- Error: {{ Session::get('error') }} -->
@endif
<meta charset="utf-8">
@if (Utils::isWhiteLabel() && ! auth()->check())