{{$sltrxhead->sth_trx_id}} | {{config('languageString.order_status')}} : @if($sltrxhead->sth_order_status == 'Active') {{config('languageString.active')}} @endif @if($sltrxhead->sth_order_status == 'InProgress') {{config('languageString.in_progress')}} @endif @if($sltrxhead->sth_order_status == 'shipped') {{config('languageString.shipped')}} @endif @if($sltrxhead->sth_order_status == 'Cancel') {{config('languageString.cancel')}} @endif | {{config('languageString.payment_status')}} : @if($sltrxhead->sth_payment_status == 'Unpaid') {{config('languageString.Unpaid')}} @endif @if($sltrxhead->sth_payment_status == 'Paid') {{config('languageString.Paid')}} @endif @if($sltrxhead->sth_payment_status == 'Fail'){ {{config('languageString.fail')}} @endif | |||||
---|---|---|---|---|---|
{{config('languageString.customer')}} | {{config('languageString.invoice_net_total')}} ({{config('languageString.store_currency')}}) | {{config('languageString.invoice_net_total')}} ({{config('languageString.order_currency')}}) | |||
@if($sltrxhead->customer){{$sltrxhead->customer['name']}}@endif | {{$sltrxhead->baseCurrency->code}} {{ number_format($sltrxhead->sth_invoice_net_total*$sltrxhead->sth_base_currency_ex_rate, 2, ".", ",") }} | {{$sltrxhead->OrderCurrency->code}} {{ number_format($sltrxhead->sth_invoice_net_total*$sltrxhead->sth_user_order_currency_ex_rate, 2, ".", ",") }} |
{{config('languageString.payment_detail')}} | {{$sltrxhead->sth_trx_id}} | |||||
---|---|---|---|---|---|
{{config('languageString.source_type')}} | @if($sltrxhead->sth_payment_method != 'cash'){{config('languageString.AuthorizationId')}} | {{config('languageString.ReferenceId')}} | {{config('languageString.payment_date')}} | {{config('languageString.PaymentGateway')}} | @endif{{config('languageString.payment_amount')}} |
{{$paym->p_source_type}} | {{$paym->p_AuthorizationId}} | {{$paym->p_ReferenceId}} | {{$paym->p_TransactionDate}} | {{$paym->p_PaymentGateway}} | {{$paym->p_amount}} |
{{config('languageString.p_Currency')}} | {{config('languageString.PaidCurrencyValue')}} | {{config('languageString.PaidCurrency')}} | {{config('languageString.DueValue')}} | {{config('languageString.CustomerServiceCharge')}} | {{config('languageString.TransationValue')}} |
{{$paym->p_Currency}} | {{$paym->p_PaidCurrencyValue}} | {{$paym->p_PaidCurrency}} | {{$paym->p_DueValue}} | {{$paym->p_CustomerServiceCharge}} | {{$paym->p_TransationValue}} |
{{config('languageString.transaction_detail')}} | ||||||
---|---|---|---|---|---|---|
{{config('languageString.merchant')}} | {{config('languageString.products_id')}} | {{config('languageString.sku_barcode')}} | {{config('languageString.product')}} | {{config('languageString.sale_qty')}} | {{config('languageString.unit_price')}} | {{config('languageString.shipping_fee')}} |
{{$saleTrx->merchant->name}} | {{$saleTrx->product->id}} | {{$saleTrx->product->sku}} | {{$saleTrx->product->name}} | {{$saleTrx->std_qty}} | @if($saleTrx->std_is_discount_active == 1){{$saleTrx->std_discounted_price}}@else{{$saleTrx->std_price}}@endif | {{$saleTrx->shipping_fee}} |