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

No active promissory note available yet

@endforelse
Recipient Cert. Number Amount Current Value Status Payment Type 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->payment_type}} {{Carbon\Carbon::parse($note->maturity_date)->modify('-1 months')->format('d-m-Y')}} {{$note->start_date}} View