# | {{ trans('plugins/ecommerce::payment.order') }} | {{ trans('plugins/ecommerce::payment.charge_id') }} | {{ trans('plugins/ecommerce::payment.amount') }} | {{ trans('plugins/ecommerce::payment.payment_method') }} | {{ trans('plugins/ecommerce::payment.status') }} | {{ trans('plugins/ecommerce::payment.action') }} |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | @if ($payment->order->id) {{ $payment->order->code }} @else — @endif | {{ $payment->charge_id }} | {{ $payment->amount }} {{ $payment->currency }} | {{ $payment->payment_channel->label() }} | {!! BaseHelper::clean($payment->status->toHtml()) !!} | {{ trans('plugins/ecommerce::payment.no_data') }} | @endforelse