{{-- section --}}
{{-- submenu --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- topRow --}}
{{-- newButon --}}
{{-- search --}}
{{-- totalCount --}}

{{ $roles->count() }}

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- content --}}
{{-- headers --}} {{-- endHeaders --}} {{-- ------------------------------- --}} {{-- ------------------------------- --}} {{-- tbody --}} {{-- loop - roles --}} @foreach ($roles ?? [] as $role) {{-- 1: name --}} {{-- 1.2: viewPermission --}} {{-- ------------------------- --}} {{-- ------------------------- --}} {{-- 1.3: actions --}} @endforeach {{-- end loop --}}
{{__('Department:')}}
{{ $role?->{__('name')} }}

{{ __('View Permissions') }}

{{-- 1: edit --}} {{-- 2: remove --}}
{{-- endTable --}}
{{-- end container --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') {{-- 1: create --}} {{-- 2: edit --}} @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- endSection --}}