| # | Code | {{ __('table.Name') }} | {{ __('table.Title') }} | {{ __('table.Amount') }} | Status | {{ __('table.Action') }} |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $loan->code }} |
|
{{ $loan->title }} | Rp {{ number_format($loan->amount, 0, ',', '.') }} |
|
@if ($loan->status === 'pending')
@if ($canApprove)
@endif
|