@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->total ?? 0 }} {{ $invoice->total ?? 0 }}
@lang('modules.billing.total')
{{ $invoice->total }}
@if($invoice->gateway_name != 'offline') @lang('modules.billing.paidVia') {{ $invoice->gateway_name }} - {{ $invoice->created_at->format('Y-m-d H:i:s') }} @else @lang('modules.billing.paid') {{ $invoice->gateway_name }} - {{ $invoice->created_at->format('Y-m-d H:i:s') }} @endif