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

{{ __('Roles') }}

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

{{ __('Permission') }} - ( {{ $role->name }} )


Warning: count(): Parameter must be an array or an object that implements Countable in /home/cp962870p07/public_html/telechargement/resources/views/admin/role/show.blade.php on line 34
{{ __('#') }} {{ __('Module Name') }} {{ __('Create') }} {{ __('Edit') }} {{ __('Delete') }} {{ __('Show') }}
@endsection @section('scripts') @endsection