@if (e($invoice->get('logo'))) @endif

{{ e($invoice->get('name')) }}

@if ($invoice->get('status'))

{{ e($invoice->get('status')) }}

@endif @if (e($invoice->get('due_date'))) @endif
{{__('messages.t_pdf_invoice_number')}} {{ e($invoice->get('invoice_id')) }}
{{__('messages.t_pdf_date_of_issue')}} {{ e($invoice->get('invoice_date')?->format('d/m/Y')) }}
{{__('messages.t_pdf_due_date')}} {{ e($invoice->get('due_date')->format('d/m/Y')) }}
{{e(config('app.name'))}}

{{ e(config('app.name')) }}

@if ($name = e(data_get($invoice->get('buyer'), 'name')))

{{ e($name) }}

@endif @if ($email = e(data_get($invoice->get('buyer'), 'email')))

{{ e($email) }}

@endif
{{-- @if ($displayTaxColumn) @endif --}} @foreach ($invoice->get('items') as $item) @endforeach @php $colspan = false ? '3' : '2'; @endphp {{-- empty space --}} @if ($invoice->get('discount')) {{-- empty space --}} @endif @if ($invoice->get('tax')) {{-- empty space --}} @endif
{{__('messages.t_pdf_description')}} {{__('messages.t_pdf_quantity')}} {{__('messages.t_pdf_unit_price')}}tax{{__('messages.t_pdf_amount')}}
!$loop->last, ])>

{{ e(data_get($item,'name')) }}

{{ e(data_get($item,'quantity')) }}

{{ e(data_get($item,'price')) }}

{{ e(data_get($item,'total')) }}

{{__('messages.t_pdf_subtotal')}} {{ e($invoice->get('subtotal')) }}
{{__('messages.t_total_discount')}} {{ e($invoice->get('discount')) }}
{{__('messages.t_tax')}} {{ e($invoice->get('tax')) }}
{{__('messages.t_pdf_total')}} {{ e($invoice->get('total')) }}
{{-- @if ($invoice->description)

{{ __('invoices::invoice.description') }}

{!! $invoice->description !!}

@endif --}}

{{__('messages.t_pdf_footer_notes')}}