@stack('styles')
LMS
@auth
Панель управления
@if(Auth::user()->hasRole(['Administrator', 'Manager', 'Curator']))
Админка
@endif
Мои курсы
Тесты
@endauth
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@csrf
Выйти
@else
Войти
@endauth
@if(!Auth::check())
@csrf
Вход в систему
Email
Пароль
Запомнить меня
@if(session('error'))
{{ session('error') }}
@endif
@endif @yield('content') @stack('scripts')