@extends('admin.layouts.app') @section('content')

All Roles

Add Role
@foreach ($roles as $role) @endforeach
ID Role ID Name Action
{{ $i }} {{$role->id}} {{$role->name}} Edit Delete
@csrf @method('delete')
@endsection