Make use of some settings #136
This commit is contained in:
@@ -54,8 +54,13 @@
|
||||
|
||||
<address>
|
||||
<div class="sender">
|
||||
<!-- TODO: Firmenadresse aus Settings -->
|
||||
Tooloop Multimedia Daniel Stock, Rehmstraße 4, 86161 Augsburg
|
||||
{{ $companyname }},
|
||||
{{ $companyAddress['lineOne'] }},
|
||||
@if($companyAddress['lineOne'])
|
||||
{{ $companyAddress['lineTwo'] }}
|
||||
@endif
|
||||
{{ $companyAddress['postalCode'] }}
|
||||
{{ $companyAddress['city'] }}
|
||||
</div>
|
||||
<div class="recipient">
|
||||
{{ $invoice['customer']['companyName'] }}<br />
|
||||
|
||||
Reference in New Issue
Block a user