@extends('dashboard.app') @section('title', $title) @section('page_title', $title) @section('page_subtitle', $subtitle) @section('dashboard_content')
@foreach ($kpis as $kpi)
{{ $kpi['label'] }}
{{ $kpi['value'] }}
{{ $kpi['note'] }}
@endforeach
Summary
{{ $summaryTitle }}
{{ $summaryTag }}

{{ $summaryBody }}

@foreach ($highlights as $highlight)
{{ $highlight['title'] }}
{{ $highlight['value'] }}
{{ $highlight['note'] }}
@endforeach
{{ $footerNote }}
@endsection