@extends('landingpage::layouts.admin') @section('title', 'Landing Page Dashboard') @push('module_styles') {{-- Module-specific styles can be pushed here if needed, though Tailwind aims to minimize this. --}} @endpush @section('module_content')
{{-- Consistent padding and max-width --}}

Landing Page Management

Create New Page
@endsection @push('module_scripts') {{-- Add any page-specific JavaScript here if needed --}} @endpush