Small adjustments to invoices.
This commit is contained in:
@@ -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> </div>
|
||||
|
||||
Reference in New Issue
Block a user