@extends('investor.layouts.app') @php $pageTitle = 'Documents Vault'; @endphp @section('content')
All your investment documents — securely stored and always accessible.
No documents yet
Your advisor will upload agreements, receipts, and registry documents here once available.
{{ $doc->title }}
@if($doc->document_date) {{ $doc->document_date->format('d M Y') }} · @endif @if($doc->investment) {{ Str::limit($doc->investment->property->title ?? '', 30) }} @endif