@if($isMerchantAvailable && $merchant->status == 'Approved')
{{ $paymentInfo['item_name'] ? $paymentInfo['item_name'] : "" }}
@php
$amount = isset($paymentInfo['amount']) ? $paymentInfo['amount'] : 0;
@endphp
{{ moneyFormat(optional($merchant->currency)->code, formatNumber($amount, optional($merchant->currency)->id)) }}
{{ __('Merchant ID') }}: #{{ $paymentInfo['merchant'] ? $paymentInfo['merchant'] : "" }}
{{ __('Order ID') }}: #{{ $paymentInfo['order'] ? $paymentInfo['order'] : "" }}
{{ __('Merchant not found.') }}