@extends('admin.includes.base') @section('content')
Credit Account Of:
Current Account Deposit Slip:
| Count | Total | {{ $cash_type[$i] }} | {{ (!empty($cash_count[$i])) ? $cash_count[$i] : '' }} | {{ (!empty($cash_amount[$i])) ? currency().$cash_amount[$i] : '' }} | @endfor
| Cash Subtotal | {{ ($deposit->cash_subtotal) ? currency().$deposit->cash_subtotal : '' }} |
| Cheque Details | Amount | {{ $cheque_nos[$i] }} | {{ ($cheque_amounts[$i]) ? currency().$cheque_amounts[$i] : '' }} | @endfor @else
| - | - |
| Total No. of Cheques | {{ (!empty($deposit->cheque_nos)) ? count($cheque_nos) : '0' }} |
| Cheque Subtotal | {{ ($deposit->cheque_subtotal) ? currency().$deposit->cheque_subtotal : '' }} |
{{ ($deposit->notes) ? $deposit->notes : '-' }}