@foreach ($itemTypes as $type => $items)

{{ ucfirst($type) }}

@foreach ($items as $item)
@endforeach
@endforeach