@extends('dashboard.layouts.master') @section('title', 'Blogs') @section('content')
| ID | Name | Published Date | Published Status | Status | Action |
|---|---|---|---|---|---|
| {{ $blogs->firstItem() + $key }} | {{ $blog->title }} | {{ $blog->published_at ?? 'N/A' }} | @if ($blog->published_at < now() || $blog->published_at == today()) Published @else Not Published @endif | @if ($blog->status == 1) Active @else Inactive @endif | View Edit |
| No blogs found | |||||