@php($title = 'Admin • Category Pages') @php($heading = 'Category Pages') @php($sidebar = view()->make('dashboard.partials.admin-sidebar')->render()) @extends('layouts.dashboard', compact('title','heading','sidebar')) @section('content')
Manage content pages for product categories.
| Category | Title | Updated |
|---|---|---|
| {{ $cp->category_slug ?? '—' }} | {{ $cp->title ?? '—' }} | {{ $cp->updated_at?->format('M d, Y H:i') }} |
| No category pages found. | ||