{{$key->id}} |
{{$key->loan_product}}
|
{{number_format($key->amount,2)}} |
@if($key->status=='pending')
{{ trans_choice('loan::general.pending_approval',1) }}
@endif
@if($key->status=='approved')
{{ trans_choice('loan::general.approved',1) }}
@endif
@if($key->status=='rejected')
{{ trans_choice('loan::general.rejected',1) }}
@endif
|
{{$key->created_at}} |
@if($key->status=='pending')
@endif
|
@endforeach