@extends('template.master') {{-- modal --}} {{-- modal --}} @section('content') @php $actionsFormat = []; foreach ($actions as $val) { $actionsFormat[$val->parent_menu][] = (object) [ 'id' => $val->id, 'name' => $val->name, ]; } @endphp Tambah Role @include('master-data.role.modal.add') @include('master-data.role.modal.edit') @endsection @push('extraJS') @endpush