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