@extends('admin.layouts.app') @section('title', 'About Page Management') @section('content')
Total Sections
Active Sections
Inactive Sections
{{ $sectionStats['last_updated'] ? $sectionStats['last_updated']->format('M d, Y') : 'Never' }}
| Section Key | Title | Status | Sort Order | Last Updated | Actions |
|---|---|---|---|---|---|
{{ $section->section_key }}
|
{{ $section->title }}
@if($section->content)
{{ Str::limit(strip_tags($section->content), 50) }} @endif |
@if($section->is_active) Active @else Inactive @endif | {{ $section->sort_order ?? 'N/A' }} | {{ $section->updated_at->format('M d, Y H:i') }} |
About page content sections will appear here once they are created.
Create First Section