Use Laravel-Dompdf and create pdf invoices.

This commit is contained in:
2025-01-06 16:04:51 +01:00
parent fa085b7384
commit 8e0696d438
15 changed files with 872 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
<header>
<div>
<div class="left header-left">
<img class="header-logo" src="{{ $options->company_logo }}" />
</div>
<div class="right header-right text-right">
<div>{{ $options->company_name }}</div>
<div>{{ $options->representative }}</div>
<div>{{ $options->address }}</div>
<div>{{ $options->zip }} {{ $options->city }}</div>
</div>
</div>
</header>