@extends('layouts.main') @php $titles = \App\Modules\Projects\Models\LibraryItem::getCategories(); $catLabel = $titles[$category] ?? 'Раздел'; @endphp @section('title', $catLabel) @section('content')
{{ strlen($item->description) > 100 ? substr($item->description, 0, 100) . '…' : $item->description }}
Читать далее →В разделе «{{ $catLabel }}» пока нет материалов.
@endforelse @endsection