@extends('layouts.app') @section('title', 'Settings — Landing Pages') @section('page-title', 'Landing Pages') @section('content')
| Type | City | Purpose | Page URL | SEO Override | Last Updated | Actions |
|---|---|---|---|---|---|---|
| {{ $lp->property_type ? ($typeLabels[$lp->property_type] ?? $lp->property_type) : 'Any type' }} | {{ $lp->city ?: 'Any city' }} | {{ $lp->purpose === 'for_rent' ? 'Rent' : ($lp->purpose === 'for_sale' ? 'Sale' : 'Any purpose') }} | {{ $landingPageUrls[$lp->id] }} | @if(!empty($lp->seo_title)) Configured @else Not set @endif | {{ $lp->updated_at->format('d M Y, h:i A') }} | |
| No landing page overrides yet — category pages will use auto-generated titles/descriptions. | ||||||