@extends('admin.layouts.app') @section('title', ucfirst($pageContent->section) . ' Page Content') @section('page-title', 'View Page Content: ' . ucfirst($pageContent->section)) @section('content')
Back to List

{{ ucfirst($pageContent->section) }} Page Content

View details for this page section

Edit
@csrf @method('DELETE')

Section

{{ ucfirst($pageContent->section) }}


Title (English)

{{ $pageContent->title_en ?? '—' }}

Title (ភាសាខ្មែរ)

{{ $pageContent->title_km ?? '—' }}


Description (English)

{!! nl2br(e($pageContent->description_en)) ?? '—' !!}

Description (ភាសាខ្មែរ)

{!! nl2br(e($pageContent->description_km)) ?? '—' !!}

@if($pageContent->image)

Image

{{ $pageContent->section }}

@endif

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') }}

@endsection