@extends('layouts.app') @section('content')
| Member Requesting | Member Number | Ref No | Loan Type | Loan Amount | Guaranteed Amount | Guarantee Status | Action | ||
|---|---|---|---|---|---|---|---|---|---|
| {{$loan->user->fname }} {{$loan->user->lname }} | {{$loan->user->member_number }} | {{$loan->loan_no}} | {{$loan->loanType->name}} | {{ number_format($loan->applied_amount) }} | @endif @endforeach{{ number_format($guarantee->guarantee_amount) }} | @if($guarantee->guarantee_status =='pending')Pending | @elseif(($guarantee->guarantee_status =='approved'))Approved | @elseif(($guarantee->guarantee_status =='rejected'))Rejected | @endif @if($guarantee->guarantee_status =='pending')
|