From 638a2a92301843d82ffec48c7373501cf23703bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Tue, 18 May 2021 12:01:23 +0200 Subject: [PATCH] Update credit's view page, removing redundant information --- .../portal/ninja2020/credits/show.blade.php | 177 +++++++----------- 1 file changed, 70 insertions(+), 107 deletions(-) diff --git a/resources/views/portal/ninja2020/credits/show.blade.php b/resources/views/portal/ninja2020/credits/show.blade.php index fd792226c636..569e1cde527f 100644 --- a/resources/views/portal/ninja2020/credits/show.blade.php +++ b/resources/views/portal/ninja2020/credits/show.blade.php @@ -7,121 +7,84 @@ @endpush @section('body') -
-
- - -
-
-
-

- {{ ctrans('texts.credit') }} -

-

- -

+
+
+ -
-
-
-
- {{ ctrans('texts.amount') }} -
-
- {{ App\Utils\Number::formatMoney($credit->amount, $credit->client) }} -
-
-
-
- {{ ctrans('texts.balance') }} -
-
- {{ App\Utils\Number::formatMoney($credit->balance, $credit->client) }} -
-
-
-
- {{ ctrans('texts.credit_date') }} -
-
- {{ $credit->formatDate($credit->date, $credit->client->date_format()) }} -
-
-
-
- {{ ctrans('texts.public_notes') }} -
-
- {{ $credit->public_notes }} -
-
-
+ {{ ctrans('texts.page') }}: + + {{ strtolower(ctrans('texts.of')) }} + + +
+
+ -
-
-
- - {{ ctrans('texts.page') }}: - - {{ strtolower(ctrans('texts.of')) }} - - -
-
- -
-
-
- -
+
+ +
+ + + +
+
@endsection