From 49a04cd854a3ca170577de5f947c105d4fe01f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Tue, 11 Jul 2023 12:17:01 +0300 Subject: [PATCH] updated blade components --- resources/views/banking/accounts/index.blade.php | 2 +- resources/views/banking/accounts/show.blade.php | 8 ++++---- .../views/banking/reconciliations/create.blade.php | 10 +++++----- resources/views/banking/reconciliations/edit.blade.php | 8 ++++---- .../views/banking/reconciliations/index.blade.php | 2 +- .../banking/recurring_transactions/index.blade.php | 2 +- resources/views/banking/transactions/index.blade.php | 2 +- resources/views/banking/transfers/index.blade.php | 4 ++-- resources/views/common/items/index.blade.php | 6 +++--- .../views/components/contacts/index/content.blade.php | 4 ++-- .../views/components/contacts/show/content.blade.php | 6 +++--- .../components/documents/index/document.blade.php | 2 +- .../components/documents/index/information.blade.php | 6 +++--- .../documents/index/recurring_templates.blade.php | 2 +- .../components/documents/template/classic.blade.php | 8 ++++---- .../components/documents/template/default.blade.php | 6 +++--- .../components/documents/template/line-item.blade.php | 6 +++--- .../components/documents/template/modern.blade.php | 6 +++--- .../components/transactions/template/default.blade.php | 6 +++--- .../components/transfers/template/default.blade.php | 4 ++-- .../components/transfers/template/second.blade.php | 2 +- .../components/transfers/template/third.blade.php | 2 +- .../views/components/widgets/last_payment.blade.php | 2 +- .../components/widgets/outstanding_balance.blade.php | 4 ++-- resources/views/portal/invoices/index.blade.php | 2 +- resources/views/portal/payments/index.blade.php | 2 +- .../views/reports/profit_loss/content/footer.blade.php | 4 ++-- .../views/reports/profit_loss/table/footer.blade.php | 4 ++-- .../views/reports/tax_summary/table/footer.blade.php | 4 ++-- 29 files changed, 63 insertions(+), 63 deletions(-) diff --git a/resources/views/banking/accounts/index.blade.php b/resources/views/banking/accounts/index.blade.php index d86e3d743..88a4b8c61 100644 --- a/resources/views/banking/accounts/index.blade.php +++ b/resources/views/banking/accounts/index.blade.php @@ -97,7 +97,7 @@ - + diff --git a/resources/views/banking/accounts/show.blade.php b/resources/views/banking/accounts/show.blade.php index 59c7377d3..36b18ecb5 100644 --- a/resources/views/banking/accounts/show.blade.php +++ b/resources/views/banking/accounts/show.blade.php @@ -178,7 +178,7 @@ - + @stack('opening_balance_input_end') @@ -323,7 +323,7 @@ - + @@ -429,10 +429,10 @@ - + - + diff --git a/resources/views/banking/reconciliations/create.blade.php b/resources/views/banking/reconciliations/create.blade.php index 51dea0ae1..6c8c26227 100644 --- a/resources/views/banking/reconciliations/create.blade.php +++ b/resources/views/banking/reconciliations/create.blade.php @@ -51,8 +51,8 @@ :currency="$currency" /> - @@ -130,7 +130,7 @@ @if ($item->isIncome()) - + @@ -142,7 +142,7 @@ - + @endif @@ -174,7 +174,7 @@ - + diff --git a/resources/views/banking/reconciliations/edit.blade.php b/resources/views/banking/reconciliations/edit.blade.php index 9beb71956..fcaf83b5b 100644 --- a/resources/views/banking/reconciliations/edit.blade.php +++ b/resources/views/banking/reconciliations/edit.blade.php @@ -64,7 +64,7 @@ @if ($item->isIncome()) - + @@ -76,7 +76,7 @@ - + @endif @@ -123,7 +123,7 @@ - + @@ -262,4 +262,4 @@ - \ No newline at end of file + diff --git a/resources/views/banking/reconciliations/index.blade.php b/resources/views/banking/reconciliations/index.blade.php index 0c442ec00..7edb7838e 100644 --- a/resources/views/banking/reconciliations/index.blade.php +++ b/resources/views/banking/reconciliations/index.blade.php @@ -103,7 +103,7 @@ @if ($item->closing_balance) - + @else @endif diff --git a/resources/views/banking/recurring_transactions/index.blade.php b/resources/views/banking/recurring_transactions/index.blade.php index 94dbee6d0..fad645a4a 100644 --- a/resources/views/banking/recurring_transactions/index.blade.php +++ b/resources/views/banking/recurring_transactions/index.blade.php @@ -121,7 +121,7 @@ - + diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index 680784803..82a00ff07 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -185,7 +185,7 @@ - + diff --git a/resources/views/banking/transfers/index.blade.php b/resources/views/banking/transfers/index.blade.php index 51efa9c73..f364b3842 100644 --- a/resources/views/banking/transfers/index.blade.php +++ b/resources/views/banking/transfers/index.blade.php @@ -136,10 +136,10 @@ - + - + diff --git a/resources/views/common/items/index.blade.php b/resources/views/common/items/index.blade.php index 615990d46..65fb4fd79 100644 --- a/resources/views/common/items/index.blade.php +++ b/resources/views/common/items/index.blade.php @@ -86,7 +86,7 @@ {{ $item->name }} - + @if (! $item->enabled) @endif @@ -117,14 +117,14 @@ @if ($item->sale_price) - + @else @endif @if ($item->purchase_price) - + @else @endif diff --git a/resources/views/components/contacts/index/content.blade.php b/resources/views/components/contacts/index/content.blade.php index e1dde557a..f73f6a86a 100644 --- a/resources/views/components/contacts/index/content.blade.php +++ b/resources/views/components/contacts/index/content.blade.php @@ -221,7 +221,7 @@ @if (! $hideOpen) @if ($item->open) - + @else @endif @@ -233,7 +233,7 @@ @if (! $hideOverdue) @if ($item->overdue) - + @else @endif diff --git a/resources/views/components/contacts/show/content.blade.php b/resources/views/components/contacts/show/content.blade.php index 72526bbfa..157a08edb 100644 --- a/resources/views/components/contacts/show/content.blade.php +++ b/resources/views/components/contacts/show/content.blade.php @@ -184,7 +184,7 @@ id="transactions" name="{{ trans_choice('general.transactions', 2) }}" /> - + @stack('transactions_nav_end') @@ -261,7 +261,7 @@ - + @@ -359,7 +359,7 @@ - + diff --git a/resources/views/components/documents/index/document.blade.php b/resources/views/components/documents/index/document.blade.php index e553d414e..db54143a8 100644 --- a/resources/views/components/documents/index/document.blade.php +++ b/resources/views/components/documents/index/document.blade.php @@ -163,7 +163,7 @@ @if (! $hideAmount) @stack('amount_td_inside_start') - + @stack('amount_td_inside_end') diff --git a/resources/views/components/documents/index/information.blade.php b/resources/views/components/documents/index/information.blade.php index 5cd96cd61..88f72e26a 100644 --- a/resources/views/components/documents/index/information.blade.php +++ b/resources/views/components/documents/index/information.blade.php @@ -62,7 +62,7 @@ - +
@@ -100,7 +100,7 @@ @if ($document->paid) - + @endif
@@ -111,7 +111,7 @@ - + diff --git a/resources/views/components/documents/index/recurring_templates.blade.php b/resources/views/components/documents/index/recurring_templates.blade.php index 5766765e2..ebe862f85 100644 --- a/resources/views/components/documents/index/recurring_templates.blade.php +++ b/resources/views/components/documents/index/recurring_templates.blade.php @@ -97,7 +97,7 @@
- + diff --git a/resources/views/components/documents/template/classic.blade.php b/resources/views/components/documents/template/classic.blade.php index 603763e8f..c12ab4a16 100644 --- a/resources/views/components/documents/template/classic.blade.php +++ b/resources/views/components/documents/template/classic.blade.php @@ -236,7 +236,7 @@ - +

@endif @@ -353,7 +353,7 @@ - + @stack($total->code . '_total_tr_end') @@ -366,7 +366,7 @@ - - + - @stack('paid_total_tr_end') @@ -379,7 +379,7 @@ - + @stack('grand_total_tr_end') diff --git a/resources/views/components/documents/template/default.blade.php b/resources/views/components/documents/template/default.blade.php index 1187eb3f4..563414be9 100644 --- a/resources/views/components/documents/template/default.blade.php +++ b/resources/views/components/documents/template/default.blade.php @@ -324,7 +324,7 @@ - + @stack($total->code . '_total_tr_end') @@ -337,7 +337,7 @@ - - + - @stack('paid_total_tr_end') @@ -350,7 +350,7 @@ - + @stack('grand_total_tr_end') diff --git a/resources/views/components/documents/template/line-item.blade.php b/resources/views/components/documents/template/line-item.blade.php index 892d7e6bf..bfafd3d8c 100644 --- a/resources/views/components/documents/template/line-item.blade.php +++ b/resources/views/components/documents/template/line-item.blade.php @@ -31,7 +31,7 @@ @stack('price_td_start') @if (! $hidePrice) - + @endif @stack('price_td_end') @@ -59,7 +59,7 @@ @else - + @endif @stack('discount_td_end') @@ -69,7 +69,7 @@ @stack('total_td_start') @if (! $hideAmount) - + @endif @stack('total_td_end') diff --git a/resources/views/components/documents/template/modern.blade.php b/resources/views/components/documents/template/modern.blade.php index 9ef940c1b..812047ba4 100644 --- a/resources/views/components/documents/template/modern.blade.php +++ b/resources/views/components/documents/template/modern.blade.php @@ -321,7 +321,7 @@ - + @stack($total->code . '_total_tr_end') @@ -334,7 +334,7 @@ - - + - @stack('paid_total_tr_end') @@ -347,7 +347,7 @@ - + @stack('grand_total_tr_end') diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php index 9c19a8830..a1269a73a 100644 --- a/resources/views/components/transactions/template/default.blade.php +++ b/resources/views/components/transactions/template/default.blade.php @@ -354,12 +354,12 @@ @if (! $hideRelatedDocumentAmount) -
+
@endif @if (! $hideRelatedAmount) - + @endif @@ -379,7 +379,7 @@ {{ trans($textAmount) }} - + diff --git a/resources/views/components/transfers/template/default.blade.php b/resources/views/components/transfers/template/default.blade.php index a02dec706..ca90cfa5a 100644 --- a/resources/views/components/transfers/template/default.blade.php +++ b/resources/views/components/transfers/template/default.blade.php @@ -253,7 +253,7 @@ @stack('details_end') - +
@@ -264,7 +264,7 @@ {{ trans('general.amount') }} - +
diff --git a/resources/views/components/transfers/template/second.blade.php b/resources/views/components/transfers/template/second.blade.php index 541caccda..8698b0d63 100644 --- a/resources/views/components/transfers/template/second.blade.php +++ b/resources/views/components/transfers/template/second.blade.php @@ -259,7 +259,7 @@ {{ trans('general.amount') }} - + diff --git a/resources/views/components/transfers/template/third.blade.php b/resources/views/components/transfers/template/third.blade.php index 35d0ac5e1..10c93dae8 100644 --- a/resources/views/components/transfers/template/third.blade.php +++ b/resources/views/components/transfers/template/third.blade.php @@ -273,7 +273,7 @@ {{ trans('general.amount') }} - + diff --git a/resources/views/components/widgets/last_payment.blade.php b/resources/views/components/widgets/last_payment.blade.php index 95ffdc9e4..7d33a9dc9 100644 --- a/resources/views/components/widgets/last_payment.blade.php +++ b/resources/views/components/widgets/last_payment.blade.php @@ -9,7 +9,7 @@ - + @else diff --git a/resources/views/components/widgets/outstanding_balance.blade.php b/resources/views/components/widgets/outstanding_balance.blade.php index b2ba3e013..e5edeee55 100644 --- a/resources/views/components/widgets/outstanding_balance.blade.php +++ b/resources/views/components/widgets/outstanding_balance.blade.php @@ -10,9 +10,9 @@
- + - + {{ trans('bills.make_payment') }} diff --git a/resources/views/portal/invoices/index.blade.php b/resources/views/portal/invoices/index.blade.php index 2193520c0..60b28c96d 100644 --- a/resources/views/portal/invoices/index.blade.php +++ b/resources/views/portal/invoices/index.blade.php @@ -137,7 +137,7 @@ @stack('amount_td_inside_start') - + @stack('amount_td_inside_end') diff --git a/resources/views/portal/payments/index.blade.php b/resources/views/portal/payments/index.blade.php index ed0c754ac..94ef2d9bf 100644 --- a/resources/views/portal/payments/index.blade.php +++ b/resources/views/portal/payments/index.blade.php @@ -49,7 +49,7 @@ - + @endforeach diff --git a/resources/views/reports/profit_loss/content/footer.blade.php b/resources/views/reports/profit_loss/content/footer.blade.php index a0527c971..f811960b4 100644 --- a/resources/views/reports/profit_loss/content/footer.blade.php +++ b/resources/views/reports/profit_loss/content/footer.blade.php @@ -8,12 +8,12 @@ @foreach($class->net_profit as $profit) - + @endforeach - + diff --git a/resources/views/reports/profit_loss/table/footer.blade.php b/resources/views/reports/profit_loss/table/footer.blade.php index d62bc329d..dd2b9f501 100644 --- a/resources/views/reports/profit_loss/table/footer.blade.php +++ b/resources/views/reports/profit_loss/table/footer.blade.php @@ -8,12 +8,12 @@ @foreach($class->footer_totals[$table_key] as $total) - + @endforeach - + diff --git a/resources/views/reports/tax_summary/table/footer.blade.php b/resources/views/reports/tax_summary/table/footer.blade.php index 10ccf6a95..b0681108d 100644 --- a/resources/views/reports/tax_summary/table/footer.blade.php +++ b/resources/views/reports/tax_summary/table/footer.blade.php @@ -8,12 +8,12 @@ @foreach($class->footer_totals[$table_key] as $total) - + @endforeach - +