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