@include('admin.layouts.sidebar')
@yield('title')
{{ Auth::user()->name }}
Profil
@csrf
Logout
@yield('content')
@stack('scripts')