{{-- In your Blade template --}}
@include('partial.sidebar')
@include('partial.topbar') @yield('content')
@include('partial.footer')
@yield('scripts')