@extends('admin.layouts.app') @section('title', 'Sections') @section('content')

Sections

Global Section Manager

+ New Section
@forelse($sections as $section) @empty @endforelse
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 ?? []) ?: '-' }}
Edit
@csrf @method('DELETE')
No sections found.
{{ $sections->links() }}
@endsection