@extends('layouts.investor') @section('content')

Collections

My Collections

@if(count($collections)) @foreach($collections as $collection)
LC

{{ $collection->created_at->format('l jS \\of F Y') }}

View Fund

Fund REF

{{ strtoupper($collection->fund->reference) }}

Repayment Amount

₦ {{ number_format($collection->amount, 2) }}

Commission

₦ {{number_format($collection->commission, 2)}}

@endforeach @else @endif

@endsection @section('page-js') @endsection