{{-- Hero Section --}}
{{-- Background Image --}}
Article Background
{{-- Content --}}

{{ $pageTitle }}

{{ $pageDesc }}

{{-- Search Bar --}}
{{-- Toolbar (Sort Only) --}}
@forelse($articles as $article)
{{ $article->title }}
@foreach ($article->categories->take(3) as $category) {{ $category->name }} @endforeach @if ($article->categories->count() > 3) +{{ $article->categories->count() - 3 }} @endif {{ ceil(str_word_count(strip_tags($article->content)) / 200) }} menit baca

{{ $article->title }}

{!! $article->excerpt !!}
{{ $article->author?->employee?->full_name }}

{{ $article->author?->employee?->full_name }}

{{ formatDateLocalized($article->published_at) }}

@empty @include('components.animations.lottie.boxing-cat') @endforelse
{{ $articles->links('livewire::custom-pagination') }}
@assets @endassets