{{ __('emails.purchase.invoice_title') }}

{{ __('emails.purchase.order_label') }}: {{ $orderId }}
{{ __('emails.purchase.date_label') }}: {{ $purchaseDate }}
{{ __('emails.purchase.provider_label') }}
{{ $providerLabel }}
{{ __('emails.purchase.invoice_seller_label') }}
{{ $companyName }}
{{ $companyEmail }}
{{ __('emails.purchase.invoice_customer_label') }}
{{ $buyerName }}
@if ($buyerEmail)
{{ $buyerEmail }}
@endif @if ($buyerAddress)
{{ $buyerAddress }}
@endif
{{ __('emails.purchase.invoice_item_label') }} {{ __('emails.purchase.invoice_type_label') }} {{ __('emails.purchase.price_label') }}
{{ $packageName }} {{ $packageTypeLabel }} {{ $amountFormatted }}
@if ($taxFormatted) @endif
{{ __('emails.purchase.invoice_tax_label') }} {{ $taxFormatted }}
{{ __('emails.purchase.invoice_total_label') }} {{ $totalFormatted }}