{{ $report['category'] }}▤
{{ $report['name'] }}
{{ $report['description'] }}
View data@extends('layouts.app') @section('title', 'Reports') @section('content')
View governed workforce data and access standard organizational reports.
Headcount and annual salary exposure by organization unit
| Department | Cost center | Headcount | Headcount plan | Open capacity | Annual salaries | Budget variance |
|---|---|---|---|---|---|---|
| {{ $department->name }} | {{ $department->cost_center }} | {{ $department->employees_count }} | {{ $department->headcount_budget }} | {{ max($department->headcount_budget-$department->employees_count,0) }} | ${{ number_format($department->salary_total ?? 0) }} | ${{ number_format($department->annual_budget-($department->salary_total ?? 0)) }} |
A live, auditable view of the MySQL employee directory.
| @php($sortLink=function($key) use($filters){return request()->fullUrlWithQuery(['sort'=>$key,'direction'=>$filters['sort']===$key&&$filters['direction']==='asc'?'desc':'asc','page'=>1]);}) | Employee ↕ | Role ↕ | Department ↕ | Location | Status ↕ | Start date ↕ | |||
|---|---|---|---|---|---|---|---|---|---|
{{ $employee->initials }} {{ $employee->name }}{{ $employee->email }} | {{ $employee->role }} | {{ $employee->department }} | {{ $employee->location }} | {{ $employee->status }} | {{ $employee->start_date->format('Y-m-d') }} | ||||
| No workforce records match the current filters. | |||||||||
Approved report definitions and export formats
{{ $report['description'] }}
View data