@extends('dashboard.layouts.app') @section('title', __('dashboard.Home')) @section('breadcrumb') @endsection @section('content')
{{ $adminsCount }}
{{ __('dashboard.Admins') }}
{{--
{{ $ordersCount }}
{{ __('dashboard.Orders') }}
--}}
{{ $couponsCount }}
{{ __('dashboard.Coupons') }}
{{ $paymentMethodsCount }}
{{ __('dashboard.Payment Methods') }}
{{--
{{ $ordersStatusCounts['pending'] ?? 0 }}
{{ __('dashboard.Pending Orders') }}
--}} {{--
{{ $ordersStatusCounts['processing'] ?? 0 }}
{{ __('dashboard.Processing Orders') }}
--}} {{--
{{ $ordersStatusCounts['cancelled'] ?? 0 }}
{{ __('dashboard.Cancelled Orders') }}
--}}
@endsection