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