@extends('layouts/gnr_layout') @section('title', '| Role') @section('content') @include('successMsg')

ROLE LIST

{{ csrf_field() }} @foreach($roleList as $userRoleList)
SL# Role Name Action
{{++$no}} {{$userRoleList->name}}