@include('dashboard.layout.meta')
{!! trans('dashboard.general.cpanel',['title' => $title?? '']) !!}
@include('dashboard.layout.style')
@include('dashboard.layout.navbar')
@include('dashboard.layout.sidebar')
@include('dashboard.layout.alert')
@yield('content')
@yield('content_area')
@include('dashboard.layout.customize')
@include('dashboard.layout.footer')
@include('dashboard.layout.script')
@yield('notify')
{{-- --}}