@if(!empty($logo))
@else
{{ $info->name ?? 'Netbyus' }}
@endif
|
|
{{ trans('license.invoice.receipt_from', ['name' => $info->name ?? 'Netbyus']) }}
{{ number_format($order->amount, 0, ',', ' ') }} {{ $order->currency }}
{{ trans('license.invoice.paid_on', ['date' => optional($order->paid_at)->translatedFormat('d F Y')]) }}
@if($downloadUrl)
{{ trans('license.invoice.download_link') }}
@endif
| {{ trans('license.invoice.number_label') }} |
{{ $order->invoice_number }} |
| {{ trans('license.invoice.payment_method_label') }} |
{{ $order->payment_provider?->label() }} |
|
|
|
{{ trans('license.invoice.receipt_number', ['number' => $order->invoice_number]) }}
@if($periodStart && $periodEnd)
{{ $periodStart->translatedFormat('d F') }} - {{ $periodEnd->translatedFormat('d F Y') }}
@endif
| {{ $offerName ?? 'Licence' }} |
{{ number_format($order->amount, 0, ',', ' ') }} {{ $order->currency }} |
| {{ trans('license.invoice.period_label') }} : {{ trans('license.invoice.duration_months', ['count' => $duration]) }} |
| {{ trans('license.invoice.total_label') }} |
{{ number_format($order->amount, 0, ',', ' ') }} {{ $order->currency }} |
| {{ trans('license.invoice.amount_paid_label') }} |
{{ number_format($order->amount, 0, ',', ' ') }} {{ $order->currency }} |
{{ trans('license.invoice.support_question') }}
|
{{-- Footer --}}
|
contact@netbyus.com · +229 0169791212
|
|