@extends('layouts.app') @section('title', 'Settings — Add Content Page') @section('page-title', 'Add Content Page') @push('styles') @endpush @section('content')

Add Content Page

Fill in the page content and pick its Featured Properties, then save once.
Back to list
@csrf
@error('title')
{{ $message }}
@enderror
/pages/ @error('slug')
{{ $message }}
@enderror
Auto-suggested from the title — edit freely if you need something different.
@error('body')
{{ $message }}
@enderror
@error('footer_seo_content')
{{ $message }}
@enderror
Plain text (no rich formatting) — rendered above the footer on this page only, with line breaks preserved. Left blank, this section doesn't show at all.
@error('seo_title')
{{ $message }}
@enderror
@error('seo_description')
{{ $message }}
@enderror
@error('featured_image')
{{ $message }}
@enderror
@include('settings.content-pages._properties-picker')
@endsection @push('scripts') @endpush