@extends('layouts.admin') @section('title', 'Month Folders - Interactive') @section('content')
Total Months
Assigned Categories
Active Users
Avg Age
| ID | Month Name | Category | Companies | Created | Actions |
|---|---|---|---|---|---|
| {{ $month->id }} | {{ $month->name }} | {{ $month->category?->name ?? 'Unassigned' }} | {{ $month->companies_count ?? 0 }} | {{ $month->created_at->diffForHumans() }} | |
No Month FoldersCreate months in category folders Manage Categories |
|||||