@extends('admin.layouts.app') @section('title', ucfirst($pageContent->section) . ' Page Content') @section('page-title', 'View Page Content: ' . ucfirst($pageContent->section)) @section('content')
View details for this page section
Section
{{ ucfirst($pageContent->section) }}
Title (English)
{{ $pageContent->title_en ?? '—' }}
Title (ភាសាខ្មែរ)
{{ $pageContent->title_km ?? '—' }}
Description (English)
Description (ភាសាខ្មែរ)
Image
Created By
{{ $pageContent->createdBy?->name ?? 'System' }}
Created At
{{ $pageContent->created_at->format('M d, Y H:i') }}
Updated By
{{ $pageContent->updatedByUser?->name ?? 'System' }}
Last Updated
{{ $pageContent->updated_at->format('M d, Y H:i') }}