@php /** @var array $content */ $content = $content ?? []; $defaultSections = [['name' => 'Products', 'items' => [['name' => '', 'description' => '', 'price' => '', 'image_path' => '']]]]; $seedSections = old('sections', ! empty($content['sections']) ? $content['sections'] : $defaultSections); $seedServices = old('services', ! empty($content['services']) ? $content['services'] : [['name' => '', 'duration_minutes' => 30, 'price_ghs' => '', 'description' => '']]); @endphp {{-- Only the active type's block is in the DOM (x-if), so inputs never collide across types. --}} {{-- ============================ BOOKING ============================ --}} {{-- ============================ MENU ============================ --}} {{-- ============================ SHOP ============================ --}}