@extends('layout') @section('actions')
@endsection @section('title') Departmentss Control @endsection @section('content')| # | Department | Scope | Actions |
|---|---|---|---|
| {{ $index++ }} | {{ $department->name }} | P:{{ $department->policies_count }} M:{{ $department->users_count }} | |
@if(count($department->unassigned_users))
@endif
|
|||