@include('dashboard.layout.meta') {!! trans('dashboard.general.cpanel',['title' => $title?? '']) !!} @include('dashboard.layout.styles') @include('dashboard.layout.header') @include('dashboard.layout.sidebar') @include('dashboard.layout.alert')
@yield('content_header')
@yield('content')
@yield('content_area')
@include('dashboard.layout.customizer') @include('dashboard.layout.footer') @include('dashboard.layout.scripts') @yield('notify')