price paid and carousel description style updated

This commit is contained in:
batuhanbas
2020-02-02 11:58:08 +03:00
parent a49201ff46
commit 1b815bb58f
3 changed files with 10 additions and 3 deletions

View File

@ -246,8 +246,10 @@
@stack($total->code . '_td_end')
@else
@if ($invoice->paid)
<tr class="text-success">
<th>{{ trans('invoices.paid') }}:</th>
<tr>
<th class="text-success">
{{ trans('invoices.paid') }}:
</th>
<td class="text-right">- @money($invoice->paid, $invoice->currency_code, true)</td>
</tr>
@endif