Loan Duration: {{$loanRequest->duration}} Months
Borrower : {{$loanRequest->user->name}}
Monthly Return: ₦ {{number_format($loanRequest->monthlyPayment($loanRequest->amount),2)}}
Employer: {{$employment->employer->name}}
Position: {{$employment->position}}
Department: {{$employment->department}}
State: {{$employment->employer->state}}
@endif{{$loanRequest->comment}}
Risk Analysis @for($i=1; $i<=5; $i++) @if($loanRequest->risk_rating >= $i) @else @endif @endfor
Posted on {{$loanRequest->created_at->toDateString()}}