@extends('backend.dashboard') @section('content')
SI |
Image |
Category Title |
Title |
Date |
Priority |
Status |
Action |
|
|---|---|---|---|---|---|---|---|---|
| {{ $latestArticles->firstItem() + $key }} |
@if($latestArticle->image)
|
{{ $latestArticle->category->title ?? 'No Category' }} | {{ $latestArticle->title }} | {{ $latestArticle->date }} | {{ $latestArticle->priority }} | {{ $latestArticle->status == 1 ? 'Active' : 'De-Active' }} |
|
|
| No latestArticle items found. | ||||||||