@extends('layouts.investor') @section('page-css') @endsection @section('content')
by {{$loanRequest->user->reference}} for {{ $loanRequest->duration }} {{str_plural('month', $loanRequest->duration)}}
{{ $loanRequest->comment}}
@php $employment = $loanRequest->employment()->with('employer')->first(); @endphp{{number_format($loanRequest->monthlyPayment($loanRequest->amount),2)}}
@for($i=1; $i<=5; $i++) @if($loanRequest->risk_rating >= $i) @else @endif @endfor
No requests available
@endif