@forelse($promissoryNotes as $note) @php($investor = $note->investor) @empty

No active promissory note available yet

@endforelse
Recipient Cert. Number Amount Current Value Status Maturity Date Start Date Certificate
{{$loop->index + 1}} {{$investor->name}} {{$note->reference}} {{number_format($note->principal, 2)}} {{$note->current_value}} @component('components.promissory-note-status', ['note'=> $note]) @endcomponent {{$note->maturity_date}} {{$note->start_date}} View