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

{{ $roleMap['headline'] }}

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

Snapshot role:

    @foreach ($roleMap['snapshot'] as $item)
  • {{ $item }}
  • @endforeach
@foreach ($roleMap['groups'] as $group)

{{ $group['title'] }}

{{ $group['feature_count'] }} fitur

{{ $group['description'] }}

@foreach ($group['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
@endforeach

Role Lainnya

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