@php $normalized = $getState() ?? []; $warnings = $normalized['warnings'] ?? []; $settings = $normalized['settings'] ?? []; @endphp
No settings available.
@endif @foreach ($settings as $block)| Path | Value |
|---|---|
|
{{ $row['path'] ?? '-' }}
@if (! empty($row['label']))
{{ $row['label'] }}
@endif
|
{{ is_array($row['value'] ?? null) ? json_encode($row['value'], JSON_PRETTY_PRINT) : ($row['value'] ?? '-') }} |