@extends('layouts.app',[ 'page_header' => 'المستوى الذكى', 'page_description' => 'إحصائيات الموقع' ]) {{--@inject('country','App\Models\Country')--}} {{--@inject('client','App\Models\client')--}} {{--@inject('projects','App\Models\Project')--}} @inject('partners','App\Models\Partner') {{--@inject('teams','App\Models\Team')--}} @inject('services','App\Models\Service') {{--@inject('sliders','App\Models\Slider')--}} @inject('messages','App\Models\Contact') @inject('users','App\User') @inject('roles','App\Role') {{--@inject('cities','App\Models\City')--}} {{--@inject('projectTypes','App\Models\ProjectType')--}} {{--@inject('pricePackages','App\Models\PricePackage')--}} @section('content')
{{--
--}} {{-- --}} {{--
--}}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- باقات الاستضافة--}} {{--

{{$pricePackages->count()}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- الشرائح--}} {{--

{{$sliders->count()}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
الرسائل

{{$messages->count()}}

المستخدمين

{{$users->count()}}

الرتب

{{$roles->count()}}

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- المدن--}} {{--

{{$cities->count()}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- انواع المشاريع--}} {{--

{{$projectTypes->count()}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- الفريق--}} {{--

{{$teams->count()}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endsection