@extends('layouts.master') @section('title', 'List Article Admin') @section('css') @endsection @section('pageContent') @include('layouts.breadcrumb', ['title' => 'List Article', 'subtitle' => 'Home', 'link' => 'admin.dashboard'])
This is the list of all article. and you can manage them. with the help of this table.
Thumbnail | Title (Indo) | Title (English) | Meta Keywords (Indo) | Meta Keywords (English) | Status | Action |
---|---|---|---|---|---|---|
|
{{ $article->title_id }} | {{ $article->title_en }} | {{ $article->meta_keyword_id }} | {{ $article->meta_keyword_en }} |
@if($article->status == 'published')
Published
@elseif($article->status == 'draft')
Drafted
@elseif($article->status == 'inactive')
Drafted
@endif
|