TOPLAM MAKALE
{{ \App\Models\ArticleDetail::all()->count() }}
TOPLAM FOTO GALERİ
{{ \App\Models\PhotoDetail::all()->count() }}
TOPLAM VİDEO
{{ \App\Models\VideoGalleriesDetail::all()->count() }}
TOPLAM İLETİŞİM TALEBİ
{{ \App\Models\Contact::all()->count() }}
TOPLAM YENİ RANDEVU TALEBİ
{{ \App\Models\Randevu::where('status',0)->get()->count() }}