@extends('layouts.app') @section('meta_title', 'Designer Control Panel - Gletra') @push('styles') @endpush @section('content')
{{-- Sidebar Navigation --}}
Design Editor
{{-- Mobile Navigation (visible only on mobile) --}}
{{-- Main Content --}}
@include('designer.partials.theme')
@include('designer.partials.header_nav')
@include('designer.partials.sidebar')
@include('designer.partials.home_sections')
@include('designer.partials.slider_banner')
@include('designer.partials.category_design')
@include('designer.partials.product_design')
@include('designer.partials.scroll_ux')
@include('designer.partials.page_design')
@include('designer.partials.css_manager')
@endsection @push('scripts') @endpush