@extends('layouts.admin') @section('title', 'AI Landing Pages') @section('content')

AI Landing Page Maker

@csrf

Generate New

Pulls the product's description + linked video and drafts all 12 sections. Requires an AI key in Settings.

@foreach($pages as $page) @endforeach
ProductURLPublished
{{ $page->product->title }}/lp/{{ $page->slug }} {{ $page->is_published ? 'Yes' : 'No' }} Edit
@csrf
@endsection