@extends('layouts.admin') @section('title', 'Dashboard') @section('eyebrow', 'Lunara CMS') @section('heading', 'SEO & Content Dashboard') @section('header_actions') Manage Pages @endsection @section('content') @php $shortcutPages = [ ['label' => 'Home', 'slug' => 'home', 'note' => 'Hero, landing sections, and homepage flow'], ['label' => 'About', 'slug' => 'about', 'note' => 'Brand story, highlights, and trust reasons'], ['label' => 'Treatments', 'slug' => 'treatments', 'note' => 'Treatment highlights and detail cards'], ['label' => 'Pricing', 'slug' => 'pricing', 'note' => 'Pricing highlights and tables'], ['label' => 'Therapists', 'slug' => 'therapists', 'note' => 'Profiles and therapist highlights'], ['label' => 'Service Areas', 'slug' => 'service-areas', 'note' => 'Coverage highlights and service areas'], ['label' => 'FAQ', 'slug' => 'faq', 'note' => 'Questions and answers'], ['label' => 'Contact', 'slug' => 'contact', 'note' => 'WhatsApp, phone, email, and contact items'], ['label' => 'Book Now', 'slug' => 'book-now', 'note' => 'Booking highlights, checklist, and steps'], ]; @endphp

Core pages

{{ $totalPages }}

Seeded public pages ready for editing.

Published pages

{{ $publishedPages }}

Pages currently available to search engines and visitors.

SEO-complete pages

{{ $seoReadyPages }}

Pages with both meta title and meta description populated.

Treatments

{{ $treatmentCount }}

Structured treatment records.

Pricing Rates

{{ $pricingRateCount }}

Duration and price rows.

Therapists

{{ $therapistCount }}

Profile and featured therapist records.

Testimonials

{{ $testimonialCount }}

Social proof and review entries.

Service Areas

{{ $serviceAreaCount }}

Coverage and area cards.

Content shortcuts

@foreach ($shortcutPages as $item)

{{ $item['label'] }}

{{ $item['note'] }}

@endforeach

Structured content modules

Phuket SEO priorities

Prioritize unique page copy around outcall massage Phuket, hotel massage Phuket, villa massage Phuket, and neighborhood intent where genuine service coverage exists.

Keep every title, meta description, heading, and on-page content aligned with one clear search intent instead of stuffing multiple unrelated terms together.

Use FAQ, service areas, therapists, and pricing to capture long-tail demand and reduce booking hesitation before the first message.

Business profile baseline

Business name: {{ $siteSettings->business_name ?: 'Add in settings' }}

Phone: {{ $siteSettings->business_phone ?: 'Add in settings' }}

Email: {{ $siteSettings->business_email ?: 'Add in settings' }}

Primary area: {{ $siteSettings->primary_service_area ?: 'Add in settings' }}

Google Business Profile: {{ $siteSettings->google_business_profile_url ?: 'Add in settings' }}

@endsection