|
{{ translate('Invoice')}}
{{ translate('Transaction ID')}} : #{{ $transaction->id }}
{{ translate('invoice_Date')}} : {{ App\CentralLogics\Helpers::date_format($transaction->created_at) }}
|
{{ $BusinessData['address'] }}
{{--
{{ translate('TNX ID') }} {{ $transaction->id}}
--}}
|
|
{{ translate('Store Owner')}}
{{ $transaction?->store?->vendor?->f_name. ' '.$transaction?->store?->vendor?->l_name }}
|
{{ translate('Phone')}}
{{ $transaction?->store?->vendor?->phone }}
|
{{ translate('Email')}}
{{ $transaction?->store?->vendor?->email }}
|
{{translate('invoice_of')}} ({{ App\CentralLogics\Helpers::currency_code() }})
{{ App\CentralLogics\Helpers::format_currency($transaction->paid_amount) }}
|
||||||||||
|
|||||||||||||
|
|||||||||||||
| {{translate('Thanks for the Subscription')}} | |||||||||||||
| {{url('/') }} | {{ $BusinessData['phone'] }} | {{ $BusinessData['email_address'] }} |