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

APP ROLE LIST

@foreach($roles as $role) @endforeach
SL# Role Name Description Action
{{++$no}} {{$role->position->name}} {{$role->description}}   {{-- @if ($role->id!=1 && $role->id!=2) @endif --}}
@include("gnr.tools.appSetting.role.modal") @include("gnr.tools.appSetting.role.script") @include('dataTableScript') @endsection