From 1c0b56235e5fcf2d19eae68330bb6d524fc64277 Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Mon, 13 Jan 2020 17:14:18 +0300 Subject: [PATCH] paid row color updated --- resources/views/purchases/bills/show.blade.php | 6 +++--- resources/views/sales/invoices/show.blade.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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')