Use Laravel-Dompdf and create pdf invoices.
This commit is contained in:
17
resources/views/pdfs/footer.blade.php
Normal file
17
resources/views/pdfs/footer.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user