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