@extends('theme.layout.layout-theme') @section('content')
@yield('before-content')
@yield('page-content') {{-- begin::sidebar wedgets --}} @include('theme.components.widgets.widget-layout') {{-- end::sidebar wedgets --}}
@yield('after-content')
@endsection