{{$key->id}}
|
{{$key->branch}}
|
{{$key->date}}
|
{{$key->transaction_number}}
|
@if($key->account_type == 'asset')
{{trans_choice('accounting::general.asset', 1)}}
@endif
@if($key->account_type == 'expense')
{{trans_choice('accounting::general.expense', 1)}}
@endif
@if($key->account_type == 'equity')
{{trans_choice('accounting::general.equity', 1)}}
@endif
@if($key->account_type == 'liability')
{{trans_choice('accounting::general.liability', 1)}}
@endif
@if($key->account_type == 'income')
{{trans_choice('accounting::general.income', 1)}}
@endif
|
{{$key->created_by}}
|
{{$key->account_name}}
|
{{number_format($key->debit)}}
|
{{number_format($key->credit)}}
|
|
@endforeach