@foreach ($information as $category => $items) {{ ucfirst($category) }} @foreach ($items as $key => $value)
{{ str($key)->headline() }}
{{ is_array($value) ? implode(', ', $value) : $value }} @endforeach
@endforeach