@include('sales.GetCurrencyClass')
Description: {{ $incomeVoucher->description }}
| Particular | Debit | Credit |
|---|---|---|
| @if($incomeVoucher->bank_account_id!='') {{ $cash_bank->bank_name }} A/C @else {{ $customer->customer_name }} A/C @endif | {{ number_format($incomeVoucher->amount,2) }} | |
| {{ $incomeVoucher->income_head }} A/C | {{ number_format($incomeVoucher->amount,2) }} | |
| In Words: {{ getCurrency($incomeVoucher->amount) }} {{$globalSettings->currency}} | ||