@extends('dashboard.layouts.master') @section('title') {{ __('lang.dashboard') }} @stop @section('content')

{{ __('lang.dashboard') }} {{ __('lang.statistics_reports') }}

{{ $services_count }}

{{ __('lang.total') }} {{ __('lang.services') }}

{{ $stores_count }}

{{ __('lang.total') }} {{ __('lang.stores') }}

{{ $users_count }}

{{ __('lang.total') }} العملاء

{{ $delivery_count }}

{{ __('lang.total') }} السائقين

{{ $order_sum }}

اجمالى الطلبات

{{ $offers_sum }}

اجمالى مصاريف الشحن من السائقين
@stop @section('css') @stop @section('js') @stop