Landing Page Builder & Manager

Create viral, high-converting product landing pages with custom URLs, instant order forms & product showcases.

+ Create New Landing Page
@if($landingPages->isEmpty())

No Landing Pages Created Yet

Build your first viral sales page with embedded order forms, custom badges, and product galleries.

+ Create First Landing Page
@else
@foreach($landingPages as $page) @endforeach
Product Image Title & URL Slug Linked Product Page Views Status Actions
@if($page->hero_banner) Banner @elseif($page->product && $page->product->image) Product @else
LP
@endif
{{ $page->title }} /{{ $page->slug }} @if($page->product) {{ $page->product->name }} ৳{{ number_format($page->product->discount_price ?: $page->product->price, 0) }} @else No direct product @endif 👀 {{ number_format($page->views_count) }} views @if($page->is_active) Live @else Draft @endif
@csrf @method('DELETE')
{{ $landingPages->links() }}
@endif