@extends('layouts.investor') @section('page-css') @endsection @section('content')
Listed by {{$fund->investor->reference}} with a remainder of {{ $fund->timeLeft }} {{str_plural('month', $fund->timeLeft)}}
{{number_format($request->monthlyPayment($request->amount),2)}}
No items available
@endif