@extends('admin.layout', [ 'title' => $section['title'], 'heading' => $section['title'], 'subheading' => $section['description'], ]) @section('page_actions') Kembali ke Pusat Modul @endsection @section('admin-content')

{{ $section['headline'] }}

@foreach ($section['status_counts'] as $status) {{ $status['label'] }}: {{ $status['count'] }} @endforeach

Snapshot saat ini:

    @foreach ($section['snapshot'] as $item)
  • {{ $item }}
  • @endforeach

Daftar Fitur

@foreach ($section['features'] as $feature) @endforeach
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

Modul Lainnya

@foreach ($otherSections as $item)
{{ $item['title'] }}
{{ $item['description'] }}
@endforeach
@endsection