diff --git a/resources/views/pdfs/address.blade.php b/resources/views/pdfs/address.blade.php
index 4cad9b7..8e4a463 100644
--- a/resources/views/pdfs/address.blade.php
+++ b/resources/views/pdfs/address.blade.php
@@ -2,6 +2,7 @@
{{ $options->company_name }}, {{ $options->address }}
, {{ $options->zip }} {{ $options->city }}
+
{{ $invoice->customer->name }}
{{ $invoice->address->name }}
{{ $invoice->address->address }}
diff --git a/resources/views/pdfs/invoice.blade.php b/resources/views/pdfs/invoice.blade.php
index f85f5fb..11481f6 100644
--- a/resources/views/pdfs/invoice.blade.php
+++ b/resources/views/pdfs/invoice.blade.php
@@ -14,8 +14,8 @@
.header-left { width: 100mm; }
.header-right { width: 70mm; font-size: 13px; }
.header-logo { height: 20mm; }
- .footer-left { width: 100mm; }
- .footer-center { width: 40mm; }
+ .footer-left { width: 115mm; }
+ .footer-center { width: 25mm; }
.footer-right {width: 40mm; }
.text-right { text-align: right; }
.left { float: left; display: inline-block; }