@extends('layout.app') @section('content')

Permissions

Edit Permission Groups
@foreach ($list as $r) @endforeach
SL Permission Name Group Status Action
{{ $r->id }} {{ $r->name }} {{ $r->group ?: \App\Services\PermissionGroupHelper::getGroupName($r->name) }} @if($r->status=='enable') Enabled @elseif($r->status =='disable') Disabled @endif Edit
@endsection