From 3f548aa9696e13bc7361054368025cb13bb1351b Mon Sep 17 00:00:00 2001 From: Daniel Stock Date: Wed, 29 Oct 2025 14:18:34 +0100 Subject: [PATCH] Prettier page number in invoice pdf --- resources/views/invoice.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/invoice.blade.php b/resources/views/invoice.blade.php index b366086..562567c 100644 --- a/resources/views/invoice.blade.php +++ b/resources/views/invoice.blade.php @@ -201,7 +201,7 @@ - Seite /{{ $totalPages }} + von {{ $totalPages }}