@extends('admin.layouts.app') @section('title', 'Sections') @section('content')
Global Section Manager
| Section | Type | Status | Used In | Actions |
|---|---|---|---|---|
|
{{ $section->name }} {{ $section->title }} |
{{ strtoupper(str_replace('_',' ', $section->section_type)) }} | {{ $section->is_active ? 'Active' : 'Inactive' }} | {{ implode(', ', $section->used_in ?? []) ?: '-' }} | |
| No sections found. | ||||