@yield('css')
@include('partials.topbar') @include('partials.menu')
@include('partials.breadcrumb')
@yield('content')
@include('partials.footer')
@include('partials.aside')
@yield('script')