@lang('modules.package.description') @lang('modules.package.packageName') @lang('modules.package.packagePrice') @lang('modules.package.amount') ({{ $invoice->globalCurrency->currency_code }})
{{ $invoice->package->description }} {{ $invoice->package->package_name }} ({{ $invoice->package_type }}) {{ $invoice->sub_total ?? 0 }} {{ $invoice->sub_total ?? 0 }}
@lang('modules.billing.total')
{{ $invoice->total }}
@lang('modules.billing.paidVia') {{ $invoice->gateway_name }} - {{ $invoice->created_at->format('Y-m-d H:i:s') }}