@extends('layouts.app') @section('title','Executive Dashboard') @section('page-title','Executive Dashboard') @push('styles') @endpush @section('content')
| Department | Type | Staff |
|---|---|---|
| {{ $dept->name }} | {{ str_replace('_',' ',$dept->type) }} | {{ $dept->active_count }} |