@extends('adtrpanel.layouts.master') @section('title','Yönetim Paneli') @section('content') @include('adtrpanel.partials.header')

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() }}

@endsection @section('css') @endsection @section('js') @endsection