{{ $title }}

Generated at {{ now()->toDayDateTimeString() }}

@foreach ($summary as $section => $metrics) @foreach ($metrics as $metric => $value) @endforeach @endforeach
SectionMetricValue
{{ str($section)->headline() }} {{ str($metric)->headline() }} {{ is_numeric($value) ? number_format((float) $value, 2) : $value }}