@extends('backend.template.layouts.template-base') @section('title', 'Product Management - Create New Section') @section('content')

Create New Section

@csrf {{-- ── Section Info ──────────────────────────────────────────────── --}}
{{-- Row 1: Category | Section Name | Section Type | Status --}}
@if ($preselectedCategory) {{-- Pre-selected from category row — disabled dropdown --}} Category is locked. You can change it from Edit Section. @else
@endif
{{-- Category selection display — hidden when category is locked --}} @if (!$preselectedCategory)

No categories selected yet!

On selecting multiple categories, the section will be displayed in all selected categories.
@endif {{-- Background Image + Short Description --}}

Click to Upload or drag and drop

Upload image format should be only PNG, JPG or JPEG.
Also, max file size should be 10MB
{{-- ── Add Product ───────────────────────────────────────────────── --}}
{{-- Toggle header --}}
Add Product?

You can add products from the product list to active the section in the application. Section won't visible in application until product get added.

{{-- Product section (toggled) --}}
{{-- Search --}}
{{-- Search results --}} {{-- Added products table --}}
S.no Product Group Product Img Product Name Variant & Units Action
{{-- Empty state --}}

No products added yet

Use the search bar above to find and add products to this section.
{{-- ── SEO Settings ───────────────────────────────────────────────── --}}

SEO Settings

{{-- Hidden scheduling inputs populated from the confirm modal --}}
Cancel
{{-- Confirm Create Section Modal --}}
@endsection @section('scripts') @endsection