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

لوحة التحكم

عدد الطلاب

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

عدد المدرسين

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

عدد الطلبات

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

عدد المراحل

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

عدد المواد

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

عدد البنوك

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

عدد طلبات سحب الرصيد

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

@stop