Report Criteria
@if (collect($summary)->count()>0) @foreach (collect($summary) as $summaryItem)
{{$summaryItem->value}}:
{{$summaryItem->name}}
@endforeach @endif