18 lines
769 B
PHP
18 lines
769 B
PHP
<footer>
|
|
<div>
|
|
<div class="left footer-left">
|
|
<div style="font-weight: bold;">{{ __('configuration.Bank details') }}</div>
|
|
<div>{{ $options->institute_1 }} - {{ __('configuration.BIC') }}: {{ $options->bic_1 }} - {{ __('configuration.IBAN') }}: {{ $options->iban_1 }}</div>
|
|
</div>
|
|
<div class="left footer-center">
|
|
<div style="font-weight: bold">{{ __('configuration.Tax number') }}</div>
|
|
<div>{{ $options->tax_number }}</div>
|
|
</div>
|
|
<div class="right footer-right text-right">
|
|
<div style="font-weight: bold">{{ __('configuration.Jurisdiction') }}</div>
|
|
<div>{{ $options->jurisdiction }}</div>
|
|
</div>
|
|
</div>
|
|
<br class="clear"/>
|
|
</footer>
|