@extends('admin.layouts.app') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content') {{-- Page Header --}}
Here's what's happening with your site today.
Total Posts
{{ $stats['total_blogs'] }}
Published
{{ $stats['published_blogs'] }}
Drafts
{{ $stats['draft_blogs'] }}
Course Applications
{{ $stats['total_course_applications'] }}
{{ $stats['unread_course_applications'] }} unread
Latest 5 posts
No blog posts yet
Create your first post| Post | Status | Date | Actions |
|---|---|---|---|
|
@if($blog->featured_image && file_exists(public_path('uploads/blogs/'.$blog->featured_image)))
{{ $blog->title }} /blog/{{ $blog->slug }} |
@if($blog->is_published) Published @else Draft @endif | {{ $blog->created_at->format('M d, Y') }} |