+ {{ $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
+
+
+