diff --git a/packages/Webkul/Admin/src/Resources/views/dashboard/index.blade.php b/packages/Webkul/Admin/src/Resources/views/dashboard/index.blade.php index b5efd3f9b..f67506c77 100755 --- a/packages/Webkul/Admin/src/Resources/views/dashboard/index.blade.php +++ b/packages/Webkul/Admin/src/Resources/views/dashboard/index.blade.php @@ -28,52 +28,54 @@
{{ __('admin::app.dashboard.total-customers') }}
+ +
+ {{ $statistics['total_customers']['current'] }} -
- {{ $statistics['total_customers']['current'] }} - - - @if ($statistics['total_customers']['progress'] < 0) - - {{ __('admin::app.dashboard.decreased', [ - 'progress' => -number_format($statistics['total_customers']['progress'], 1) - ]) - }} - @else - - {{ __('admin::app.dashboard.increased', [ - 'progress' => number_format($statistics['total_customers']['progress'], 1) - ]) - }} - @endif - -
+ + @if ($statistics['total_customers']['progress'] < 0) + + {{ __('admin::app.dashboard.decreased', [ + 'progress' => -number_format($statistics['total_customers']['progress'], 1) + ]) + }} + @else + + {{ __('admin::app.dashboard.increased', [ + 'progress' => number_format($statistics['total_customers']['progress'], 1) + ]) + }} + @endif + +
+
{{ __('admin::app.dashboard.total-orders') }}
+ +
+ {{ $statistics['total_orders']['current'] }} -
- {{ $statistics['total_orders']['current'] }} - - - @if ($statistics['total_orders']['progress'] < 0) - - {{ __('admin::app.dashboard.decreased', [ - 'progress' => -number_format($statistics['total_orders']['progress'], 1) - ]) - }} - @else - - {{ __('admin::app.dashboard.increased', [ - 'progress' => number_format($statistics['total_orders']['progress'], 1) - ]) - }} - @endif - -
+ + @if ($statistics['total_orders']['progress'] < 0) + + {{ __('admin::app.dashboard.decreased', [ + 'progress' => -number_format($statistics['total_orders']['progress'], 1) + ]) + }} + @else + + {{ __('admin::app.dashboard.increased', [ + 'progress' => number_format($statistics['total_orders']['progress'], 1) + ]) + }} + @endif + +
+