@extends('admin.layout.master')
@section('title', 'الرئيسية')
@section('content')
الطهاه المفعلين
{{ \App\User::whereType('family')->whereStatus('active')->count() }}
الشركاء المفعلين
{{ \App\User::whereType('marketer')->whereStatus('active')->count() }}
@stop