@extends('admin.layout.master')
@section('title', 'الرئيسية')
@section('content')
عدد الاعضاء
{{\App\Models\User::whereType('client')->count()}}
عدد التجار
{{\App\Models\User::whereType('merchant')->count()}}
العروض
{{\App\Models\Offer::count()}}
المنتجات
{{\App\Models\Product::where('online_card','false')->count()}}
كروت الشحن
{{\App\Models\Product::where('online_card','true')->count()}}
الطلبات
{{\App\Models\Order::count()}}
@stop