@extends('investor.layouts.app') @php $pageTitle = 'Dashboard'; @endphp @section('content') {{-- Welcome --}}
Here's your investment portfolio at a glance.
{{ $inv->property->title }}
{{ $inv->investment_date->format('d M Y') }} · {{ $inv->property->full_location }}
₹{{ number_format(($inv->current_value ?? $inv->invested_amount)/100000, 1) }}L
@php $g = $inv->growth_percent; @endphp{{ $g >= 0 ? '▲' : '▼' }} {{ abs($g) }}%
No investments yet
Your portfolio will appear here once your advisor adds your investments.
Explore Opportunities →{{ $pay->installment_label }}
Due: {{ $pay->due_date->format('d M Y') }}
₹{{ number_format($pay->amount) }}
{{ $pay->is_overdue ? 'Overdue' : 'Pending' }}{{ $update->title }}
{{ $update->property->title }} · {{ $update->update_month }}
{{ $doc->title }}
{{ \App\Models\InvestorDocument::getDocumentTypes()[$doc->document_type] ?? $doc->document_type }}