@extends('layouts.admin') @section('title', 'Investor Details') @section('page-title', 'Investor Details') @section('page-subtitle', $investor->reference) @section('content')
{{ $investor->reference }}
{{ ucfirst($investor->status) }}| Reference | Amount | Payment Date | Recorded By | Notes |
|---|---|---|---|---|
| {{ $p->reference }} | ₦{{ number_format($p->amount) }} | {{ \Carbon\Carbon::parse($p->payment_date)->format('d M Y H:i') }} | {{ $p->recorded_by }} | {{ $p->notes ?? '-' }} |
| No profit payments recorded yet. | ||||