📊 Portfolio Performance Update

Your investment summary for {{ now()->format('F Y') }}

Portfolio Overview

@if(isset($templateData['portfolio_stats']))
@foreach($templateData['portfolio_stats'] as $stat)
{{ $stat['value'] }}
{{ $stat['label'] }}
@endforeach
@endif {!! $content !!} @if(isset($templateData['property_performance']))

Property Performance

@foreach($templateData['property_performance'] as $property)

{{ $property['name'] }}

{{ $property['location'] }} {{ $property['performance'] >= 0 ? '+' : '' }}{{ $property['performance'] }}%
@if(isset($property['notes']))

{{ $property['notes'] }}

@endif
@endforeach @endif @if(isset($templateData['recommendations']))

💡 This Month's Recommendations

    @foreach($templateData['recommendations'] as $recommendation)
  • {{ $recommendation }}
  • @endforeach
@endif
View Full Dashboard