diff --git a/resources/views/invoices/pdf.blade.php b/resources/views/invoices/pdf.blade.php index 51d6de9..c1eefc1 100755 --- a/resources/views/invoices/pdf.blade.php +++ b/resources/views/invoices/pdf.blade.php @@ -116,8 +116,6 @@ $subtotal += $item['amount']; @endphp @endforeach - - @if ($invoice->discount) {{ __('invoice.subtotal') }} : @@ -135,7 +133,7 @@ {{ trans('app.total') }} {{ formatRp($invoice->amount) }} - +