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