Edit Landing Page

Update campaign content, URL slug, hero video & offer badges.

@csrf @method('PUT')

Page Identity & Product Connection

domain/page/

Hero Header, Video & Offer Badges

@if($landingPage->hero_banner)
Banner
@endif
* Select 'Vertical 9:16' for full-screen Reels/Shorts videos without black borders!

Product Highlights & Detailed Content

@if(!empty($landingPage->features)) @foreach($landingPage->features as $feat)
@endforeach @else
@endif
@if(!empty($landingPage->gallery_images))
@foreach($landingPage->gallery_images as $gImg)
@endforeach
@endif

Customer Review Screenshots Gallery (Multiple Photos)

@php $existingReviews = $landingPage->customer_reviews ?? []; @endphp @if(empty($existingReviews))
@else @foreach($existingReviews as $idx => $rev)
@php $revImgs = $rev['images'] ?? (!empty($rev['image']) ? [$rev['image']] : []); @endphp @if(!empty($revImgs))
@foreach($revImgs as $rImg)
@endforeach
@endif
@endforeach @endif

Guarantee Notice & Related Products Grid