@extends('components.app-layout') @section('title', $parent ? $parent->name : 'Document Categories') @section('content')
@if($parent) {{ $parent->description ?: 'Manage folders and documents in this ' . ($parent->isFolder() ? 'folder' : 'category') }} @else Organize your documents into categories for better management @endif
{{ Str::limit($category->description, 120) }}
@endif @if($category->path && $category->depth > 0)This {{ $parent->isFolder() ? 'folder' : 'category' }} doesn't have any documents yet.