@extends('admin.layouts.app') @section('title', 'Page Content') @section('page-title', 'Manage Page Content') @section('content')
Manage content for different pages (home, about, contact, etc.)
| Section | Title (EN) | Title (KM) | Created By | Updated | Actions |
|---|---|---|---|---|---|
| {{ ucfirst($page->section) }} | {{ Str::limit($page->title_en, 40, '...') ?? '—' }} | {{ Str::limit($page->title_km, 40, '...') ?? '—' }} | {{ $page->createdBy?->name ?? 'System' }} | {{ $page->updated_at->format('M d, Y') }} | |
|
No page content found. Create one now |
|||||