@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') USER ROLES Roles Add Roles No. Role Name EDIT DELETE @foreach ($roles as $role) {{$loop->index + 1}} {{$role->name}} EDIT {{csrf_field()}} {{method_field('DELETE')}}DELETE @endforeach No. Role Name EDIT DELETE @endsection @section('more-scripts') @endsection