@extends('partial.html') @section('template_styles') @yield('styles') @endsection @section('kt_body')
@section('aside-menu') @include('partial.aside_menu') @show
@section('header') @include('partial.header') @show
@section('toolbar') @include('partial.toolbar') @show
@yield('kt_content_container')
@section('footer') @include('partial.footer') @show
@section('template_scripts') @yield('scripts') @endsection @endsection