@php $colspan = ($invoiceSetting->hsn_sac_code_show) ? 3 : 2; @endphp @if ($payments)

@lang('app.menu.payments') ({{ $invoice->invoice_number }})

@forelse($payments as $key => $payment) @empty @endforelse
# @lang("modules.invoices.price") @lang("modules.invoices.paymentMethod") @lang("modules.invoices.paidOn")
{{ $key + 1 }} {{ number_format((float) $payment->amount, 2, '.', '') }} {{ $invoice->currency->currency_code }} @php($method = !is_null($payment->offline_method_id) ? $payment->offlineMethod->name : $payment->gateway) {{ $method }} {{ $payment->paid_on->format($global->date_format) }}
@lang('messages.noRecordFound')
@endif