@include('layouts.head-css') @section('body') @include('layouts.body') @show
@include('layouts.topbar') @include('layouts.sidebar')
@yield('content')
@include('layouts.footer')
{{-- Used to modify the layouts of the dashbaord--}} {{-- @include('layouts.customizer')--}} @include('layouts.vendor-scripts')