@extends('admin.layouts.app') @section('title', 'Landing Pages') @section('content')
Create custom landing pages for marketing campaigns
| Title | URL | Products | Status | Actions |
|---|---|---|---|---|
|
@if($page->hero_image)
|
/lp/{{ $page->slug }} | {{ count($page->products_array ?? []) }} products | @if($page->status) Active @else Draft @endif | |
|
No landing pages found Create your first landing page |
||||