@extends('backend.layout.master')
@section('title', __('All Roles'))
@section('style')
| {{__('ID')}} | {{__('Name')}} | {{__('Action')}} |
|---|---|---|
| {{ $role->id }} | {{ $role->name }} |
@if($role->name == 'Super Admin')
{{ __('By default super admin has all permissions.') }}
@else
|