diff --git a/resources/views/invoices/pdf.blade.php b/resources/views/invoices/pdf.blade.php index c1eefc1..1510e40 100755 --- a/resources/views/invoices/pdf.blade.php +++ b/resources/views/invoices/pdf.blade.php @@ -86,8 +86,12 @@ @if ($invoice->due_date) -

{{ trans('invoice.due_date') }}

-

{{ dateId($invoice->due_date) }}

+

{{ trans('invoice.due_date') }}

+

{{ dateId($invoice->due_date) }}

+ @endif + @if ($taxId = Option::get('agency_tax_id')) +

{{ __('agency.tax_id') }}

+

{{ $taxId }}

@endif