@extends('admin.index') @section('title') {{ translate("article_list") }} - @endsection @section('header') @endsection @section('content')
{{ translate("article_list") }}

{{ translate("edit_articles_in_list") }}

{{ translate("share_new_article") }}
{{ translate("title") }} {{ translate("description") }} {{ translate("category") }} {{ translate("creation_date") }} {{ translate("edit") }}
@endsection @section('footer') @endsection