@extends('layouts.admin') @section('title', 'Blog manager') @section('content')
{{ $posts->total() }} posts
New post| Title | Status | Published | Actions |
|---|---|---|---|
{{ $post->title }}/blog/{{ $post->slug }}
|
{{ $post->is_published ? 'Published' : 'Draft' }} | {{ $post->published_at?->format('M j, Y') ?? '-' }} | Edit |
| No posts yet. | |||