@if(isset($pdfContent->pdf_logo) && !empty($pdfContent->pdf_logo)) @endif {{ $pdfContent->purchase_order ?? '' }}
{{ $pdfContent->supplier ?? '' }} {{ $pdfContent->supporter ?? '' }}
{{ $pdfContent->su_business_name ?? '' }}
{{ $pdfContent->su_address_1 ?? '' }}
{{ $pdfContent->su_address_2 ?? '' }}
{{ $pdfContent->su_address_3 ?? '' }}
{{ $pdfContent->su_address_4 ?? '' }}
{{ $pdfContent->su_address_5 ?? '' }}
 
{{ ($purchase->first_name ?? '') . ' ' . ($purchase->last_name ?? '') }}
{{ $purchase->business_name ?? '' }}
{{ $purchase->address_1 ?? '' }}
{{ $purchase->address_2 ?? '' }}
{{ $purchase->state ? $purchase->state . ',' : '' }} {{ $purchase->city ?? '' }}
{{ $purchase->postal_code ? $purchase->postal_code . ',' : '' }} {{ $purchase->countries->country_name ?? '' }}
@if(!empty($purchase->vat_number)) {{ $pdfContent->vat_number ?? '' }}: {{ $purchase->vat_number ?? '' }} @else   @endif
{{ $pdfContent->description ?? '' }}:
{{ $pdfContent->plastic_neutrality_package ?? '' }}
{{ $pdfContent->inclusive_csr ?? '' }}: {{ number_format($getCsrSellingPrice ?? '' ) }} CSR
{{ $pdfContent->plastic_neutrality_package ?? '' }}: {{ (number_format($purchase->amount) ?? '') . ' ' . 'kg' . ' ' . ($purchase->frequency ?? '') }}
{{ $pdfContent->price ?? '' }} (€) € {{ number_format($purchase->po_gross_amount, 2) ?? '' }}
{{ $pdfContent->vat ?? '' }} % {{ $purchase->po_vat_percentage ?? '' }}
{{ $pdfContent->vat ?? '' }}: € {{ number_format($purchase->po_vat_amount, 2) ?? '' }}
{{ $pdfContent->total_payable ?? '' }} (€) € {{ number_format($purchase->po_net_amount, 2) ?? '' }}
{{ $pdfContent->bank_details ?? '' }}
{{ $pdfContent->account_holder ?? '' }} {{ $purchase->bankDetails->account_holder ?? '' }}
{{ $pdfContent->iban ?? '' }} {{ $purchase->bankDetails->iban ?? '' }}
{{ $pdfContent->bic ?? '' }} {{ $purchase->bankDetails->bic ?? '' }}
{{ $pdfContent->bank_name ?? '' }} {{ $purchase->bankDetails->bank_name ?? '' }}
{{ $pdfContent->bank_address ?? '' }} {{ $purchase->bankDetails->bank_address ?? '' }}