@extends('admin.portal') @section('title', 'Manage Articles') @section('header_title', 'Articles') @section('content')
Manage editorial content and insights
| Article Info | Author | Category | Views | Status | Actions | ||
|---|---|---|---|---|---|---|---|
|
|
{{ $article->author->name ?? '-' }}
|
{{ $article->category ?? '-' }} | {{ number_format($article->views_count ?? 0) }} | {{ ucfirst($article->status) }} | |||
| No articles found. | |||||||