| {{ 'Id' | trans }} | {{ 'Title' | trans }} | {{ 'Type' | trans }} | {{ 'State' | trans }} | {{ 'Slug' | trans }} | {{ 'MetaDescription' | trans }} | {{ 'CreatedAt' | trans }} | {{ 'UpdatedAt' | trans }} | {{ 'actions' | trans }} | ||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ article.id }} | {{ article.title }} | {{ article.type }} | {{ article.state | trans }} | {{ article.slug }} | {{ article.metaDescription }} | {{ article.createdAt ? article.createdAt|date('Y-m-d H:i:s') : '' }} | {{ article.updatedAt ? article.updatedAt|date('Y-m-d H:i:s') : '' }} | {{ 'show' | trans }} {{ 'edit' | trans }} | ||
| {{ 'no records found' | trans }} | ||||||||||