$to_label:
+ + {{ ctrans('texts.credit_number') }} + + | {{ ctrans('texts.amount') }} @@ -32,7 +37,7 @@ | - {{ ctrans('texts.public_notes') }} + {{ ctrans('texts.notes') }} | @@ -41,6 +46,9 @@ |
---|---|---|---|
+ {{ $credit->number }} + | {{ App\Utils\Number::formatMoney($credit->amount, $credit->client) }} | @@ -78,4 +86,4 @@ @endif {{ $credits->links('portal/ninja2020/vendor/pagination') }} - \ No newline at end of file + diff --git a/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php b/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php index 66da6013ceb7..c828f58c5fa3 100644 --- a/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php +++ b/resources/views/portal/ninja2020/components/livewire/invoices-table.blade.php @@ -20,7 +20,7 @@