@extends('layouts.investor')
@section('page-css')
@endsection
@section('content')
@php($loanFundAmount = $investor->loanFunds->sum('amount'))
Certificate No: {{$investor->certificate_number}}
Investment Certificate
This is to certify that
{{$investor->name}}
Is an investor with Nextpayday and the details of investment is stated as follows:
Present Value :
₦ {{number_format($investor->presentValue())}}
No. of Withdrawals :
{{$investor->getSuccessfulWithdrawals()->count()}}
No. of Loans Backed :
{{$investor->getBackedLoans()}}
Portfolio Size:
₦ {{ number_format(optional($investor)->portfolioSize(), 2)}}
Wallet Balance:
₦ {{number_format(optional($investor)->wallet, 2)}}
Authorized Signature
Authorized Signature
Date : {{date("l jS \of F Y ")}}
@endsection
@section('page-js')