@if (($roles ?? collect())->isEmpty())

No roles yet. An admin can create them under Settings → Roles.

@endif
@if (($departments ?? collect())->isEmpty())

No departments yet. An admin can create them under Settings → Departments.

@endif