@extends('layouts.admin') @section('content')
Create and manage custom landing pages for your marketing campaigns.
| Page Title & Slug | Status | Performance | Created | Actions |
|---|---|---|---|---|
|
{{ $page->title }}
/{{ $page->slug }}
|
@if($page->status === 'active') Active @else Draft @endif |
{{ number_format($page->views) }} Views
{{ number_format($page->conversions) }} Conversions
|
{{ \Carbon\Carbon::parse($page->created_at)->format('M d, Y') }} | |
| No landing pages found. Click "Create New Page" to start building. | ||||