@extends('admin.layouts.master') @section('main-content')

{{ __('role.roles') }}

{{ Breadcrumbs::render('role/view') }}
@csrf

{{ __('role.permission') }} - ( {{ $role->name }} )


Warning: Undefined variable $permissionList in /home/myawesom/public_html/eventpass/resources/views/admin/role/show.blade.php on line 34

Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /home/myawesom/public_html/eventpass/resources/views/admin/role/show.blade.php:34 Stack trace: #0 {main} thrown in /home/myawesom/public_html/eventpass/resources/views/admin/role/show.blade.php on line 34
{{ __('#') }} {{ __('role.module_name') }} {{ __('role.create') }} {{ __('role.edit') }} {{ __('role.delete') }} {{ __('role.show') }}