| {{$key->id}} |
{{$key->date}} |
{{$key->created_at}} |
@if($key->transaction_type=='deposit')
{{trans_choice('general.deposit',1)}}
@endif
@if($key->transaction_type=='withdrawal')
{{trans_choice('general.withdrawal',1)}}
@endif
@if($key->transaction_type=='bank_fees')
{{trans_choice('general.bank',1)}} {{trans_choice('general.fee',2)}}
@endif
@if($key->transaction_type=='specified_due_date_fee')
{{trans_choice('general.bank',1)}} {{trans_choice('general.fee',2)}}
@endif
@if($key->transaction_type=='interest')
{{trans_choice('general.interest',1)}}
@endif
@if($key->transaction_type=='dividend')
{{trans_choice('general.dividend',1)}}
@endif
@if($key->transaction_type=='guarantee_restored')
{{trans_choice('general.guarantee_restored',2)}}
@endif
@if($key->transaction_type=='fees_payment')
{{trans_choice('general.fee',2)}} {{trans_choice('general.payment',1)}}
@endif
@if($key->transaction_type=='transfer_loan')
{{trans_choice('general.transfer',1)}} {{trans_choice('general.loan',1)}}
@endif
@if($key->transaction_type=='transfer_savings')
{{trans_choice('general.transfer',1)}} {{trans_choice('general.savings',2)}}
@endif
@if($key->reversed==1)
@if($key->reversal_type=="user")
({{trans_choice('general.user',1)}} {{trans_choice('general.reversed',1)}}
)
@endif
@if($key->reversal_type=="system")
({{trans_choice('general.system',1)}} {{trans_choice('general.reversed',1)}}
)
@endif
@endif
|
{{number_format($key->debit,2)}} |
{{number_format($key->credit,2)}} |
@endforeach