From c668688ce138424a77021a6375e8c4514b13e63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Mon, 18 Jan 2021 14:37:46 +0300 Subject: [PATCH] Documents totals styling.. --- .../components/documents/form/totals.blade.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/components/documents/form/totals.blade.php b/resources/views/components/documents/form/totals.blade.php index ae3bf8cf6..4207fc414 100644 --- a/resources/views/components/documents/form/totals.blade.php +++ b/resources/views/components/documents/form/totals.blade.php @@ -4,7 +4,7 @@ - + @@ -12,7 +12,7 @@ @stack('sub_total_td_start') - - - - - @@ -132,7 +132,7 @@ @stack('currency_conversion_td_start') -
+ {{ trans('invoices.sub_total') }} @@ -28,7 +28,7 @@ @stack('item_discount_td_start')
+ {{ trans('invoices.item_discount') }} @@ -45,7 +45,7 @@ @stack('add_discount_td_start')
+ + @@ -116,7 +116,7 @@ @stack('grand_total_td_start')
+ {{ trans('invoices.total') }} {{ Form::selectGroup('currency_code', '', 'exchange-alt', $currencies, setting('default.currency'), ['required' => 'required', 'model' => 'form.currency_code', 'change' => 'onChangeCurrency'], 'document-total-currency') }}
+