diff --git a/resources/views/purchases/bills/show.blade.php b/resources/views/purchases/bills/show.blade.php index fd2351a98..3416d69c9 100644 --- a/resources/views/purchases/bills/show.blade.php +++ b/resources/views/purchases/bills/show.blade.php @@ -387,9 +387,9 @@ @stack($total->code . '_td_end') @else @if ($bill->paid) - - {{ trans('bills.paid') }}: - - @money($bill->paid, $bill->currency_code, true) + + {{ trans('bills.paid') }}: + - @money($bill->paid, $bill->currency_code, true) @endif @stack('grand_total_td_start') diff --git a/resources/views/sales/invoices/show.blade.php b/resources/views/sales/invoices/show.blade.php index ff752acd4..bf3d35b64 100644 --- a/resources/views/sales/invoices/show.blade.php +++ b/resources/views/sales/invoices/show.blade.php @@ -410,9 +410,9 @@ @stack($total->code . '_td_end') @else @if ($invoice->paid) - - {{ trans('invoices.paid') }}: - - @money($invoice->paid, $invoice->currency_code, true) + + {{ trans('invoices.paid') }}: + - @money($invoice->paid, $invoice->currency_code, true) @endif @stack('grand_total_td_start')