From 11db99da7380795b65daaff825255f6c1e8a002b Mon Sep 17 00:00:00 2001 From: Jay Makwana Date: Sat, 9 May 2020 18:50:58 +0530 Subject: [PATCH] refactor invoice 1 style --- resources/views/app/pdf/invoice/invoice1.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/app/pdf/invoice/invoice1.blade.php b/resources/views/app/pdf/invoice/invoice1.blade.php index e2626ba9..e41ce6fc 100644 --- a/resources/views/app/pdf/invoice/invoice1.blade.php +++ b/resources/views/app/pdf/invoice/invoice1.blade.php @@ -389,9 +389,9 @@ @include('app.pdf.invoice.partials.billing-address') -
user->billingaddress) style="float:left;" @endif> +
user->billingaddress) style="float:left;" @else style="float:left: padding-left: 0px;" @endif> @include('app.pdf.invoice.partials.shipping-address') -
+ @if($invoice->user->billingaddress)
@endif
@include('app.pdf.invoice.partials.table')