@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
@endsection
@push('module_scripts')
{{-- Include TinyMCE from CDN --}}
@endpush