@stack('styles')
LMS
@auth
Панель управления
@endauth
@auth
{{ Auth::user()->name }}
{{ Auth::user()->email }}
@csrf
Выйти
@else
Войти
Регистрация
@endauth
@yield('content') @stack('scripts')