@extends('layouts.main') @section('title', 'Role') @section('content')
@php $norole = 1; @endphp @foreach ($role as $data_role) @endforeach
No Nama Role Deskripsi Action
{{ $norole++ }} {{ $data_role->name }} {{ $data_role->description }}
@csrf @method('DELETE')
@foreach ($role as $data) @endforeach @endsection