@extends('layouts.main') @section('title', 'Role') @section('content') @include('layouts.components.alert-prompt') @if (auth()->user()->role_id == 1)
No | Nama Role | Deskripsi | Action |
---|---|---|---|
{{ $i++ }} | {{ optional($data_role)->name }} | {{ optional($data_role)->description }} | |
Data Kosong |
Showing {{ $roles->firstItem() }} to {{ $roles->lastItem() }} of {{ $roles->total() }} entries
@endif