From 1a9bebef98d0e5b6802f01978cd4f7fd520e3820 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 29 Feb 2024 12:09:11 +0100 Subject: [PATCH] Better align items --- resources/views/invoice.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/invoice.blade.php b/resources/views/invoice.blade.php index 298beded..0216f853 100644 --- a/resources/views/invoice.blade.php +++ b/resources/views/invoice.blade.php @@ -242,7 +242,7 @@ - + @if ($coupon->isPercentage()) {{ $coupon->name() }} ({{ $coupon->percentOff() }}% Off) @else @@ -259,7 +259,7 @@ @unless ($invoice->isNotTaxExempt()) - + @if ($invoice->isTaxExempt()) Tax is exempted @else