{{ $key }}: @if (is_array($item))
{{ json_encode($item, JSON_PRETTY_PRINT) }}
@else
{{ $item }}
@endif
@endforeach