@extends('components.app-layout') @section('title', $documentCategory->name) @section('content')
{{ $documentCategory->documents->count() }} documents in this category
{{ $documentCategory->description ?: 'No description provided.' }}
{{ $documentCategory->sort_order }}
Categories and folders within {{ $documentCategory->name }}
{{ Str::limit($child->description, 80) }}
@endif