{{ trans('main.invoice') }}
{{ trans('main.invoice_number') }}:
{{ trans('main.invoice_date') }}:
{{ trans('main.seller_info') }}
{{ get_option('site_title') }}
{{ trans('main.your_province') }}
{{ trans('main.your_city') }}
{{ trans('main.your_address') }}
{{ get_option('site_email') }}
{{ get_option('site_phone') }}
{{ trans('main.customer_info') }}
{{ $user['name'] }}
{{ !empty($userMeta['state']) ? $userMeta['state'] : '' }}
{{ !empty($userMeta['city']) ? $userMeta['city'] : '' }}
{{ !empty($userMeta['address']) ? $userMeta['address'] : '' }}
{{ $user['email'] }}
{{ !empty($userMeta['postalcode']) ? $userMeta['postalcode'] : '' }}
{{ !empty($userMeta['phone']) ? $userMeta['phone'] : '' }}
{{ trans('main.purchased_items') }}
| # |
{{ trans('main.product') }} |
{{ trans('main.amount') }} ({{ currencySign() }}) |
{{ trans('main.tax_fee') }} |
{{ trans('main.total_price') }} |
| 1 |
{{ !empty($item->content->title) ? $item->content->title : 'Unknown Product' }} |
{{ contentMeta($item->content->id,'price',0) }} |
۰ |
{{ $item->transaction->price }} |
{{ trans('main.gateway') }}
{{ trans('main.download') }}
{{ get_option('site_email') }}
{{ get_option('site_phone') }}