@extends('layouts.admin') @section('content')

Landing Pages

Create and manage custom landing pages for your marketing campaigns.

Create New Page
@forelse($pages as $page) @empty @endforelse
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.
@endsection