@extends('admin.layouts.app') @section('title', 'Blog Posts') @section('breadcrumb')
| Image | Title | Category | Author | Status | Date | Actions | |
|---|---|---|---|---|---|---|---|
|
@if($blog->featured_image)
|
{{ Str::limit($blog->title, 50) }}
@if($blog->is_featured)Featured@endif
|
{{ $blog->category?->name ?? '—' }} | {{ $blog->author?->name ?? '—' }} | {{ $blog->created_at->format('d M Y') }} | |||
| No blog posts found. Create your first post | |||||||