@extends('admin.layout') @section('title', 'Dashboard') @section('page-title', 'Dashboard') @section('content')

{{ $blogCount }}

Toplam Blog

{{ $categoryCount }}

Toplam Kategori

{{ \App\Models\Blog::where('status', 'published')->count() }}

Yayında Olan Blog

@endsection