@include('layouts.user.head-css') @stack('page-css') @section('body') @show
@include('layouts.user.topbar') @include('layouts.user.sidebar') @yield('content') @include('layouts.user.footer') @include('layouts.user.scripts') @stack('page-script')