@extends('layouts.app',['title' => 'Role All']) @section('content')
@foreach ($roles as $item) @endforeach
# Role Name Permission Name Action
{{ $loop->iteration}} {{$item->name}} asasf
@endsection @push('delete')
@csrf @method('delete')
@endpush