From 78108b3cd997cce2e708d74acf04518470e99bd5 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 25 Dec 2016 20:31:56 +0200 Subject: [PATCH] Clarify dashboard values --- resources/views/dashboard.blade.php | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) 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') }} +