@extends('backend.app') @section('content') @push('css') @endpush

Edit Dark Page (Type 4)

@csrf @method('PATCH')
Basic Info & Support
Content
{{-- ✅ Dynamic Text Configuration Section (Updated) --}}
Dynamic Texts Configuration
Slider & Offer Section
{{-- Adjusted Columns to fill space (Removed Offer Price Text) --}}
{{-- Adjusted Columns to fill space (Removed Regular Price Label) --}}
Feature & Review Section
Checkout Form Section
Product Integration
@if($single_product)
Current: {{ $single_product->name }}
@endif
Media Assets
@if($item->landing_bg)
@endif
{{-- Slider Images Section --}}
@if($item->images->count() > 0)
@foreach($item->images as $img)
@endforeach
@endif
Upload New Slider Images
{{-- Review Images Section --}}
@if(isset($review_images) && $review_images->count() > 0)
@foreach($review_images as $review)
@endforeach
@endif
Upload New Review Images
{{-- ✅ SAVE BUTTON (Black with White Text) --}}
@endsection @push('js') @endpush