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

Category Pages

Manage content pages for product categories.

@forelse(($categoryPages ?? collect()) as $cp) @empty @endforelse
Category Title Updated
{{ $cp->category_slug ?? '—' }} {{ $cp->title ?? '—' }} {{ $cp->updated_at?->format('M d, Y H:i') }}
No category pages found.
@endsection