@if (!in_array('client', user_roles()))
@endif
@if($linkPaymentPermission == 'all') @endif @forelse ($pendingPayments as $key => $pendingPayment) @if($linkPaymentPermission == 'all') @endif @empty @endforelse
@lang('modules.invoices.invoiceNumber') # @lang('modules.payments.paymentDate')* @lang('modules.invoices.paymentMethod')* @lang('modules.payments.offlinePaymentMethod')@lang('app.menu.bankaccount')@lang('modules.payments.transactionId') @lang('modules.payments.amountReceived')* @lang('modules.invoices.invoiceBalanceDue')
{{ $pendingPayment->invoice_number }}
@if($pendingPayment->bank_account_id) @endif
{{ !is_null($pendingPayment->amountDue()) ? currency_format($pendingPayment->amountDue(), $pendingPayment->currency->id, $pendingPayment->currency->currency_symbol) : currency_format($pendingPayment->amountDue()) }}
@if (count($pendingPayments) > 0) @lang('app.save') @endif @lang('app.cancel')