Small adjustments to invoices.

This commit is contained in:
2025-01-14 11:05:05 +01:00
parent 3bd914a276
commit 671981000f
3 changed files with 11 additions and 3 deletions

View File

@@ -2,7 +2,9 @@
<div style="font-size: 10px;">{{ $options->company_name }}, {{ $options->address }}
, {{ $options->zip }} {{ $options->city }}</div>
<div style="margin-top: 5mm;">
<div>{{ $invoice->customer->name }}</div>
@if ( $invoice->customer->name != $invoice->address->name)
<div>{{ $invoice->customer->name }}</div>
@endif
<div>{{ $invoice->address->name }}</div>
<div>{{ $invoice->address->address }}</div>
<div>&nbsp;</div>