@extends('admin.layout.master') @section('title', 'الرئيسية') @section('content')

لوحة التحكم

عدد العملاء

{{\App\Models\User::whereType('client')->count()}}

عدد الشعراء

{{\App\Models\User::whereType('poet')->count()}}

عدد مدراء الصف

{{\App\Models\User::whereType('class_manager')->count()}}

عدد المطربات

{{\App\Models\User::whereType('singer')->count()}}

عدد المنشدين

{{\App\Models\User::whereType('chanter')->count()}}

عدد الطلبات

{{\App\Models\Order::count()}}

عدد التحويلات

{{\App\Models\PaymentTransfer::count()}}

عدد رسائل اتصل بنا

{{\App\Models\ContactUs::count()}}

@stop