{{-- {{ config('app.name') }} --}} {{ config('app.name', 'Laravel') }} @include('dashbord.layouts.head') {{--
@include('translation::nav') @include('translation::notifications') @yield('body')
--}}
@include('dashbord.layouts.main-sidebar') {{-- @include('translation::nav')--}} {{-- @include('translation::notifications')--}}
@include('dashbord.layouts.main-headerbar')
@yield('page-header') @yield('body')
@include('dashbord.layouts.footer-scripts')