diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index f14f4c2fac90..bf850c4735af 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -208,9 +208,6 @@
-
- {{ trans('texts.last_30_days') }} -
{{ trans('texts.total_revenue') }}
@@ -229,6 +226,9 @@
@endif
+
+ {{ trans('texts.last_30_days') }} +
@@ -238,9 +238,6 @@
@if (count($expenses)) -
- {{ trans('texts.last_30_days') }} -
{{ trans('texts.total_expenses') }}
@@ -254,9 +251,6 @@ @endforeach
@else -
- {{ trans('texts.last_30_days') }} -
{{ trans('texts.average_invoice') }}
@@ -276,6 +270,9 @@ @endif
@endif +
+ {{ trans('texts.last_30_days') }} +
@@ -284,9 +281,6 @@
-
- {{ trans('texts.last_30_days') }} -
{{ trans('texts.outstanding') }}
@@ -305,6 +299,9 @@
@endif
+
+ {{ trans('texts.last_30_days') }} +