@yield('css')
Welcome, {{ Auth::user()->name }}

@include('admin.layouts.sidebar')
@include('admin.layouts.topnav') @yield('content')
@yield('js')