@extends('admin.layouts.app') @section('title', 'Pages') @section('content')
Section-Based / Hybrid / Dedicated page system
| Page | Type | Mode | Sections | Action |
|---|---|---|---|---|
|
{{ $page->name }} {{ $page->slug }} |
{{ $typeLabel }} | {{ $page->is_active ? 'Enabled' : 'Disabled' }} | {{ count($page->section_ids ?? []) }} | Manage |