@lang('common.details') | @lang('accounts.income') | @lang('accounts.expense') | @lang('fees.payment_date') | @lang('accounts.balance') |
---|---|---|---|---|
@lang('accounts.opening_balance') | {{currency_format($bank_name->opening_balance)}} | |||
{{$value->details}} | @if($value->type==1) {{currency_format($value->amount)}} @endif | @if($value->type==0) {{currency_format($value->amount)}} @endif | {{ dateConvert($value->payment_date) }} | {{currency_format($value->after_balance)}} |
@lang('exam.result'): | {{currency_format($total_credit)}} | {{currency_format($total_debit)}} | @lang('accounts.current_balance'): | {{currency_format($bank_name->current_balance)}} |