@extends('layouts.staff-new') @section('content')
by {{$loanRequest->user->reference}} for {{ $loanRequest->duration }} {{str_plural('month', $loanRequest->duration)}}
{{ $loanRequest->comment}}
@component('components.lr-status', ['loanRequest' => $loanRequest]) @endcomponent{{$loanRequest->emi()}}
{{ $loanRequest->funds()->count() }}
No requests available
@endif