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

لوحة التحكم

عدد الطلبات

{{\App\Models\Order::where('status','!=','in_completed')->count()}}

عدد الحلاقين

{{\App\User::whereType('barber')->whereStatus('active')->whereAdminAccept('true')->count()}}

@stop