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

لوحة التحكم

المستخدمين

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

الشركات

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

@stop