From 3bd914a27617f1f054bd2226310dfeae547d4be7 Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 13 Jan 2025 14:58:04 +0100 Subject: [PATCH] Adjust pdf invoices. --- resources/views/pdfs/address.blade.php | 1 + resources/views/pdfs/invoice.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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; }