@include('themes.backend.partials.head')
{{-- Header --}} @include('themes.backend.partials.header') {{-- Sidebar --}} @include('themes.backend.partials.left') {{-- Main Content --}}
@yield('content')
{{-- Footer --}} @include('themes.backend.partials.footer')
{{-- Back to Top Button --}}
{{-- Preloader --}}
Loading...
{{-- Common Scripts --}} @include('themes.backend.partials.javascripts') {{-- Page-Specific Scripts --}} @stack('scripts')