@extends('admin') @push('header')

Role

@endpush @section('content') @php $key_='Role'; @endphp
@if (can($key_, 'add')) TAMBAH @endif
@if (can($key_, 'edit') || can($key_, 'delete')) @endif
No Name Unit Total UserAction
@endsection @push('after-script')