{{$key->id}}
|
{{$key->account_number}}
|
{{$key->branch}}
|
{{$key->savings_officer}}
|
{{$key->client}}
|
{{number_format($key->interest_rate,2)}}
|
{{number_format($key->balance_derived,2)}}
|
@if($key->status == 'pending')
{{trans_choice('savings::general.pending_approval', 1)}}
@endif
@if($key->status == 'submitted')
{{trans_choice('savings::general.pending_approval', 1)}}
@endif
@if($key->status == 'overpaid')
{{trans_choice('savings::general.overpaid', 1)}}
@endif
@if($key->status == 'approved')
{{trans_choice('savings::general.awaiting_disbursement', 1)}}
@endif
@if($key->status == 'active')
{{trans_choice('savings::general.active', 1)}}
@endif
@if($key->status == 'rejected')
{{trans_choice('savings::general.rejected', 1)}}
@endif
@if($key->status == 'withdrawn')
{{trans_choice('savings::general.withdrawn', 1)}}
@endif
@if($key->status == 'dormant')
{{trans_choice('savings::general.dormant', 1)}}
@endif
@if($key->status == 'closed')
{{trans_choice('savings::general.closed', 1)}}
@endif
@if($key->status == 'inactive')
{{trans_choice('savings::general.inactive', 1)}}
@endif
|
{{$key->savings_product}}
|
|
@endforeach