| Filter | Value |
|---|---|
| {{ str($key)->replace('_', ' ')->title() }} | {{ is_array($value) ? json_encode($value, JSON_UNESCAPED_UNICODE) : ($value === null || $value === '' ? '—' : $value) }} |
| No filters applied. | |
| Metric | Value |
|---|---|
| {{ str($key)->replace('_', ' ')->title() }} | {{ is_array($value) ? json_encode($value, JSON_UNESCAPED_UNICODE) : $value }} |
| No summary data available. | |
| {{ str($heading)->replace('_', ' ')->title() }} | @emptyMessage | @endforelse
|---|---|
| {{ is_array($row[$heading] ?? null) ? json_encode($row[$heading], JSON_UNESCAPED_UNICODE) : ($row[$heading] ?? '—') }} | @endforeach|
| No rows available. |
| Key | Value |
|---|---|
| {{ str($key)->replace('_', ' ')->title() }} | {{ is_array($value) ? json_encode($value, JSON_UNESCAPED_UNICODE) : $value }} |