Portfolio Overview
@if(isset($templateData['portfolio_stats']))
@foreach($templateData['portfolio_stats'] as $stat)
@endforeach
@endif
{!! $content !!}
@if(isset($templateData['property_performance']))
{{ $stat['value'] }}
{{ $stat['label'] }}
Property Performance
@foreach($templateData['property_performance'] as $property){{ $property['name'] }}
{{ $property['location'] }}
{{ $property['performance'] >= 0 ? '+' : '' }}{{ $property['performance'] }}%
@if(isset($property['notes']))
{{ $property['notes'] }}
@endif💡 This Month's Recommendations
-
@foreach($templateData['recommendations'] as $recommendation)
- {{ $recommendation }} @endforeach