@extends('admin.layouts.app') @section('title', $department->name) @section('breadcrumb') / Departments / {{ $department->name }} @endsection @section('content')
Department details and members
| Name | Designation | Role | Status |
|---|---|---|---|
|
{{ $u->name }}
{{ $u->email }}
|
{{ $u->designation ?? '—' }} | {{ $u->role->name ?? $u->user_type }} | {!! $u->status_badge !!} |
| No members in this department | |||