@extends('layouts.admin') @section('title', 'Blog Posts - Admin Dashboard') @section('page-title', 'Blog Posts') @section('page-subtitle', 'Manage and create blog posts') @section('content')
Total: {{ $posts->total() }} posts
{{ $post->title }}
{{ $post->slug }}
No posts yet
Create your first blog post to get started