From f4dc35e825059fd2f45b17ee6b83e0d2bc5e434d Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Sat, 16 Nov 2019 17:53:58 +0300 Subject: [PATCH] portal dashboard view updated --- .../views/portal/dashboard/index.blade.php | 166 +++++++++++------- 1 file changed, 101 insertions(+), 65 deletions(-) diff --git a/resources/views/portal/dashboard/index.blade.php b/resources/views/portal/dashboard/index.blade.php index b05acd0b2..918db3e92 100644 --- a/resources/views/portal/dashboard/index.blade.php +++ b/resources/views/portal/dashboard/index.blade.php @@ -4,72 +4,108 @@ @section('content')
+
+
+
+
+
+
{{ trans('general.unpaid') }}
+ @money($progress['unpaid'], setting('default.currency'), true) +
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
{{ trans('general.paid') }}
+ @money($progress['paid'], setting('default.currency'), true) +
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
{{ trans('general.overdue') }}
+ @money($progress['overdue'], setting('default.currency'), true) +
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
{{ trans('general.partially_paid') }}
+ @money($progress['partially_paid'], setting('default.currency'), true) +
+ +
+
+ +
+
+
+
+ +
+
+
-
-
-
-
-
- {{ trans('general.unpaid') }} -
-
- {{ $progress['total'] }} / {{ $progress['unpaid'] }} -
-
-
-
- {{ !empty($progress['total']) ? (100 / $progress['total']) * $progress['unpaid'] : '0' }} % -
-
-
- -
-
-
- {{ trans('general.paid') }} -
-
- {{ $progress['total'] }} / {{ $progress['paid'] }} -
-
-
-
- {{ !empty($progress['total']) ? (100 / $progress['total']) * $progress['paid'] : '0' }}% -
-
-
- -
-
-
- {{ trans('general.overdue') }} -
-
- {{ $progress['total'] }} / {{ $progress['overdue'] }} -
-
-
-
- {{ !empty($progress['total']) ? (100 / $progress['total']) * $progress['overdue'] : '0' }}% -
-
-
- -
-
-
- {{ trans('general.partially_paid') }} -
-
- {{ $progress['total'] }} / {{ $progress['partially_paid'] }} -
-
-
-
- {{ !empty($progress['total']) ? (100 / $progress['total']) * $progress['partially_paid'] : '0' }}% -
-
+
+
+
+

{{ trans('dashboard.cash_flow') }}

@@ -83,4 +119,4 @@ @push('body_js') {!! $chart->script() !!} -@endpush \ No newline at end of file +@endpush