@yield('css')
@include('partials.topbar') @include('partials.menu')
@include('partials.breadcrumb')
@yield('content')
@include('partials.footer')
@include('partials.aside')
{{-- Set custom theme color --}} @yield('script')