@extends('admin.layouts.admin') @section('title', 'Blog - SIVILIMA Admin') @section('breadcrumb_title', 'Blog') @section('breadcrumb')
| # | Image | Title | Category | Published | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($post->image)
|
{{ $post->title }} | {{ $post->category }} | {{ $post->published_at?->format('M d, Y') ?? '-' }} | @if($post->is_published) Live @else Draft @endif | |
| No posts yet. | ||||||