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