@extends('adminlte::page') @section('title', 'Departments & Positions') @include('partials.ui-polish') @section('css') @stop @section('content_header')
| Name | Code | Positions | Employees | Action |
|---|---|---|---|---|
|
@if($department->description)
{{ $department->description }}
@endif
|
{{ $department->code ?: '-' }} | {{ $department->positions_count }} | {{ $department->employees_count }} | |
| No departments found. | ||||
| Title | Department | Grade | Employees | Action |
|---|---|---|---|---|
|
{{ $position->title }}
@if($position->description)
{{ $position->description }}
@endif
|
{{ $position->department->name ?? 'Unassigned' }} | {{ $position->grade ?: '-' }} | {{ $position->employees_count }} | |
| No positions found. | ||||