diff --git a/resources/views/components/documents/template/classic.blade.php b/resources/views/components/documents/template/classic.blade.php index 365cc461d..07453e509 100644 --- a/resources/views/components/documents/template/classic.blade.php +++ b/resources/views/components/documents/template/classic.blade.php @@ -86,7 +86,7 @@
+
{{ trans($textContactInfo) }}
@endif @@ -173,7 +173,7 @@ @if (! $hideOrderNumber) @if ($document->order_number)
-
+
{{ trans($textOrderNumber) }}:
@@ -188,7 +188,7 @@
@stack('issued_at_input_start')
@if (! $hideIssuedAt)
-
+
{{ trans($textIssuedAt) }}:
@@ -202,7 +202,7 @@
@stack('due_at_input_start')
@if (! $hideDueAt)
-
+
{{ trans($textDueAt) }}:
@@ -216,7 +216,7 @@
@foreach ($document->totals_sorted as $total)
@if ($total->code == 'total')
-
+
{{ trans($total->name) }}:
@@ -239,7 +239,7 @@
{{ trans($textContactInfo) }} {{ trans($textContactInfo) }}
+
{{ trans_choice('general.notes', 2) }}
+
{{ trans($textContactInfo) }}
-
+
{{ trans($textOrderNumber) }}:
@@ -160,7 +160,7 @@
@stack('invoice_number_input_start')
@if (! $hideDocumentNumber)
-
+
{{ trans($textDocumentNumber) }}:
@@ -174,7 +174,7 @@
@stack('issued_at_input_start')
@if (! $hideIssuedAt)
-
+
{{ trans($textIssuedAt) }}:
@@ -188,7 +188,7 @@
@stack('due_at_input_start')
@if (! $hideDueAt)
-
+
{{ trans($textDueAt) }}:
@@ -211,7 +211,7 @@
+
{{ trans_choice('general.notes', 2) }}
@stack('name_th_start')
@if (! $hideItems || (! $hideName && ! $hideDescription))
-
+
{{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }}
@endif
@@ -247,7 +247,7 @@
@stack('quantity_th_start')
@if (! $hideQuantity)
-
+
{{ trans($textQuantity) }}
@endif
@@ -255,7 +255,7 @@
@stack('price_th_start')
@if (! $hidePrice)
-
+
{{ trans($textPrice) }}
@endif
@@ -264,7 +264,7 @@
@if (! $hideDiscount)
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
@stack('discount_td_start')
-
+
{{ trans('invoices.discount') }}
@stack('discount_td_end')
@@ -273,7 +273,7 @@
@stack('total_th_start')
@if (! $hideAmount)
-
+
{{ trans($textAmount) }}
@endif
@@ -333,7 +333,7 @@
@if ($total->code != 'total')
@stack($total->code . '_total_tr_start')
@stack('name_th_start')
@if (! $hideItems || (! $hideName && ! $hideDescription))
-
+
{{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }}
@endif
@@ -208,7 +208,7 @@
@stack('quantity_th_start')
@if (! $hideQuantity)
-
+
{{ trans($textQuantity) }}
@endif
@@ -216,7 +216,7 @@
@stack('price_th_start')
@if (! $hidePrice)
-
+
{{ trans($textPrice) }}
@endif
@@ -225,7 +225,7 @@
@if (! $hideDiscount)
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
@stack('discount_td_start')
-
+
{{ trans('invoices.discount') }}
@stack('discount_td_end')
@@ -234,7 +234,7 @@
@stack('total_th_start')
@if (! $hideAmount)
-
+
{{ trans($textAmount) }}
@endif
@@ -277,7 +277,7 @@
@stack('name_th_start')
@if (! $hideItems || (! $hideName && ! $hideDescription))
-
+
{{ (trans_choice($textItems, 2) != $textItems) ? trans_choice($textItems, 2) : trans($textItems) }}
@endif
@@ -219,7 +219,7 @@
@stack('quantity_th_start')
@if (! $hideQuantity)
-
+
{{ trans($textQuantity) }}
@endif
@@ -227,7 +227,7 @@
@stack('price_th_start')
@if (! $hidePrice)
-
+
{{ trans($textPrice) }}
@endif
@@ -236,7 +236,7 @@
@if (! $hideDiscount)
@if (in_array(setting('localisation.discount_location', 'total'), ['item', 'both']))
@stack('discount_td_start')
-
+
{{ trans('invoices.discount') }}
@stack('discount_td_end')
@@ -245,7 +245,7 @@
@stack('total_th_start')
@if (! $hideAmount)
-
+
{{ trans($textAmount) }}
@endif
@@ -288,7 +288,7 @@
@stack('company_details_start')
@if (! $hideCompanyName)
-
+
{{ setting('company.name') }}
-
+
@endif
@if (! $hideCompanyAddress)