@foreach($transaction->details->items ?? [] as $key => $item)
@endforeach
{{ __($item->name) }}
{{ price($item->value, 0) }}
{{ __('Total due amount') }}
{{ price($transaction->details->custom_amount ?? $transaction->details->total_amount, 0) }}
{!! bbcode_to_html(config('payments_gateways.offlinepayment.instructions'), nl2br:true) !!}