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 @@
@stack('invoice_number_input_start') @if (! $hideDocumentNumber) -
+
{{ trans($textDocumentNumber) }}: @@ -111,7 +111,7 @@
@if (! $hideContactInfo) -

+

{{ 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 @@ @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')

- + {{ trans($total->title) }}: @@ -346,7 +346,7 @@ @if ($document->paid) @stack('paid_total_tr_start')
- + {{ trans('invoices.paid') }}: @@ -359,7 +359,7 @@ @stack('grand_total_tr_start')
- + {{ trans($total->name) }}: diff --git a/resources/views/components/documents/template/default.blade.php b/resources/views/components/documents/template/default.blade.php index ebdd281eb..dd8b7cc8b 100644 --- a/resources/views/components/documents/template/default.blade.php +++ b/resources/views/components/documents/template/default.blade.php @@ -76,7 +76,7 @@
@if (! $hideContactInfo) -

{{ trans($textContactInfo) }}

+

{{ trans($textContactInfo) }}

@endif @stack('name_input_start') @@ -200,7 +200,7 @@ @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('notes_input_start') @if ($document->notes) -

+

{{ trans_choice('general.notes', 2) }}

@@ -292,7 +292,7 @@ @if ($total->code != 'total') @stack($total->code . '_total_tr_start')
- + {{ trans($total->title) }}: @@ -305,7 +305,7 @@ @if ($document->paid) @stack('paid_total_tr_start')
- + {{ trans('invoices.paid') }}: @@ -318,7 +318,7 @@ @stack('grand_total_tr_start')
- + {{ trans($total->name) }}: diff --git a/resources/views/components/documents/template/modern.blade.php b/resources/views/components/documents/template/modern.blade.php index d4b2da7a6..15f3498cb 100644 --- a/resources/views/components/documents/template/modern.blade.php +++ b/resources/views/components/documents/template/modern.blade.php @@ -82,7 +82,7 @@
@if (! $hideContactInfo) -

+

{{ trans($textContactInfo) }}

@endif @@ -145,7 +145,7 @@ @if (! $hideOrderNumber) @if ($document->order_number)

- + {{ 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 @@ @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('notes_input_start') @if ($document->notes) -

+

{{ trans_choice('general.notes', 2) }}

@@ -303,7 +303,7 @@ @if ($total->code != 'total') @stack($total->code . '_total_tr_start')
- + {{ trans($total->title) }}: @@ -316,7 +316,7 @@ @if ($document->paid) @stack('paid_total_tr_start')
- + {{ trans('invoices.paid') }}: @@ -329,7 +329,7 @@ @stack('grand_total_tr_start')
- + {{ trans($total->name) }}: diff --git a/resources/views/components/transactions/template/default.blade.php b/resources/views/components/transactions/template/default.blade.php index 1af4ee0a4..ea3f0ed69 100644 --- a/resources/views/components/transactions/template/default.blade.php +++ b/resources/views/components/transactions/template/default.blade.php @@ -19,9 +19,9 @@ @stack('company_details_start') @if (! $hideCompanyName) -

+ {{ setting('company.name') }} -

+
@endif @if (! $hideCompanyAddress)