@extends('layouts.admin') @section('title', 'Category Folders') @section('content')
| # | Folder | Year | Months | Created | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $folder->name }}{{ $folder->months_count ?? 0 }} months |
{{ $folder->year?->year ?? 'No Year' }} | {{ $folder->months_count ?? 0 }} | {{ \Illuminate\Support\Carbon::parse($folder->created_at)->diffForHumans() }} | |
No FoldersCreate First |
|||||