{{-- Progress bars --}}

Project Progress

Progress bars
@foreach($progress as $item)
{{ $item['title'] }}
{{ $item['subtitle'] }}
{{ $item['badge_text'] }}
{{ $item['pct'] }}% complete {{ $item['meta'] }}
@endforeach
{{-- Info cards / quick insights --}}

Info Cards

Layouts
@foreach($infoCards as $c)
{{ $c['eyebrow'] }}
{{ $c['title'] }}
{{ $c['badge'] }}
{{ $c['description'] }}
@endforeach