{{ $page->getTranslation('title', app()->getLocale()) }}
{{ __('NEWS') }}
{{ $item->getTranslation('title', app()->getLocale()) }}
@if ($item->getTranslation('excerpt', app()->getLocale())){{ Str::limit($item->getTranslation('excerpt', app()->getLocale()), 100) }}
@endif {{ __('Read More') }} →{{ __('DOCUMENTS') }}
{{ $category->getTranslation('name', app()->getLocale()) }} ({{ $categoryDocuments->count() }} {{ __('document(s)') }})
@if ($category->getTranslation('description', app()->getLocale())){{ $category->getTranslation('description', app()->getLocale()) }}
@endif @else{{ __('Uncategorized') }} ({{ $categoryDocuments->count() }} {{ __('document(s)') }})
@endif{{ $document->getTranslation('title', app()->getLocale()) }}
@if ($document->document_type) {{ strtoupper($document->document_type) }} @endif{{ Str::limit($document->getTranslation('description', app()->getLocale()), 150) }}
@endif {{-- Preview for images --}} @if ($document->document_type === 'image' && $document->file_path){{ __('No documents found.') }}
@endif