@extends('layout_dashboard') @section('title', $title ?? '') @section('content')

{{ $title }}

@php $no = 1; @endphp @foreach ( $groups ?? [] as $a) @endforeach
No Regional Entity Akses
{{ $no++ }} {{ $a->nama }} @foreach ( $groups ?? [] as $b) @php $isChecked = $a->access_contains() ->where('parent_id', $a->id) ->where('children_id', $b->id) ->exists(); @endphp
@endforeach
@endsection @section('css') @endsection