@extends('layouts.app') @section('content')
| Section | Judul | Item | Status | Aksi |
|---|---|---|---|---|
| {{ $section->name }} | {{ $section->title ?: '-' }} | {{ $section->items_count }} | @if ($section->is_active) Aktif @else Nonaktif @endif |
@can('edit sections')
Edit
@endcan
|