@extends('admin.layouts.admin') @section('title', 'Health Library') @section('content')
Articles shown on the public Health Library page.
| Title | Published | Status | |
|---|---|---|---|
| {{ $article->getTranslation('title', 'kn') }} | {{ $article->published_at?->format('d M Y') ?? '—' }} | {{ $article->is_published ? 'Published' : 'Draft' }} | Edit |
| No articles yet. | |||