@extends('admin.layouts.master') @section('breadcrumb') @endsection @section('content')

{{ \App\Models\Project::count() }}

المشاريع

{{ \App\Models\Client::count() }}

العملاء

{{ \App\Models\Service::count() }}

الخدمات

{{ \App\Models\Team::count() }}

الفريق
@endsection