@extends('admin.layout', [ 'title' => $section['title'], 'heading' => $section['title'], 'subheading' => $section['description'], ]) @section('page_actions') Kembali ke Pusat Modul @endsection @section('admin-content')
Snapshot saat ini:
| Fitur | Status | Tabel Terkait | Keterangan | Aksi |
|---|---|---|---|---|
| {{ $feature['name'] }} | {{ $feature['label'] }} | @forelse ($feature['tables'] as $table) {{ $table }} @empty Belum ada tabel khusus @endforelse | {{ $feature['note'] }} | @if ($feature['url']) {{ $feature['link_label'] }} @else Belum ada halaman khusus @endif |