@extends('admin::layout.layout') @section('title',__('admin::home.admin') . " | " . __('admin::home.Show Sales agent')) @section('content')

{{ __('admin::home.Total Orders') }}

{{ $stats['totalOrders'] ?? 0 }}

{{ __('admin::home.Total Collected') }}

{{ $stats['totalAmount'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{__('admin::home.Total commission')}}

{{ $stats['totalCommission'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{__('admin::home.Due to Sales Agent' )}}

{{ $stats['totalCommission'] ?? 0.00 }} {{ __('admin::home.SAR') }}

{{__('admin::home.Number of coupons')}}

{{ $stats['totalPromocodes'] ?? 0 }}

{{__('admin::home.Number of users')}}

{{ $stats['distinctUsersCount'] ?? 0.00 }} {{ __('admin::home.SAR') }}

@if($hasFiles)
@endif
{{-- @push('js')--}} {{-- --}} {{-- @endpush--}} @endsection