@extends('layouts.authorized') @section('title', 'Daftar ' . $model::getTitle()) @section('headerCustom') @php $title = 'Daftar ' . $model::getTitle(); @endphp @endsection @section('content')
{{ $title }} Tambah Role
@tableconfig
@tableajax(route('admin.rolesData')) Nama Aksi @endtableajax
@endsection