@extends('investor.layouts.app') @php $pageTitle = 'My Portfolio'; @endphp @section('content')
All your real estate investments in one place.
{{ $inv->property->title }}
{{ $inv->property->full_location }}
Invested
₹{{ number_format($inv->invested_amount/100000, 1) }}L
Current Value
₹{{ number_format(($inv->current_value ?? $inv->invested_amount)/100000, 1) }}L
No investments in your portfolio yet
Once you invest through Kashi Housing, your advisor will add your investments here. You can track value, documents, and payments from this dashboard.
Explore Opportunities