@extends('landingpage::layouts.admin') @section('title', 'Create New Landing Page') @push('module_styles') {{-- Add any page-specific Tailwind-compatible styles here if absolutely necessary --}} @endpush @section('module_content')

Create New Landing Page

@csrf

Page Details

@error('title')

{{ $message }}

@enderror
@error('slug')

{{ $message }}

@enderror
@error('content')

{{ $message }}

@enderror

SEO Settings

Page Settings

Select a page template from your active theme. Leave as 'Default' for standard rendering.

{{-- Note: Sections are typically added/managed after page creation via the Edit Page screen. If you need to add sections during creation, this form would need to be more complex, potentially using Livewire or more advanced JavaScript to handle dynamic section additions before the page ID exists. For simplicity, we'll keep section management on the edit page. --}}
Cancel
@endsection @push('module_scripts') {{-- Include TinyMCE from CDN --}} @endpush