@extends('layouts.admin') @section('content')
Add New Role
All Roles

@foreach ($data as $key=>$val) @endforeach
S NO: Role name Action

{{ $key+1}}

{{$val->name}}

@endsection @section('page-scripts') @endsection