@php
$iconGroups = [
'Hogar' => ['home', 'couch', 'bed', 'bath', 'door-closed', 'couch', 'chair', 'tv', 'wifi', 'fan', 'lightbulb', 'snowflake', 'fire-burner', 'shower', 'toilet', 'sink', 'utensils', 'blender', 'microwave', 'refrigerator'],
'Exterior' => ['tree', 'mountain-sun', 'umbrella-beach', 'swimming-pool', 'hot-tub', 'car', 'parking', 'bicycle', 'motorcycle', 'truck-pickup', 'truck-monster'],
'Medidas' => ['ruler-combined', 'ruler-horizontal', 'ruler-vertical', 'vector-square', 'border-style', 'border-all', 'border-none', 'border-style'],
'Seguridad' => ['shield-alt', 'lock', 'lock-open', 'key', 'fingerprint', 'user-shield', 'shield-halved', 'shield-check', 'shield-virus', 'shield-dog', 'shield-cat', 'shield-heart'],
'Servicios' => ['wifi', 'tv', 'phone', 'envelope', 'print', 'desktop', 'laptop', 'tablet', 'mobile', 'mobile-alt', 'mobile-screen', 'mobile-screen-button', 'mobile-retro', 'mobile-android', 'mobile-android-alt'],
'Opcionales' => ['snowflake', 'fan', 'fire-extinguisher', 'smoking', 'smoking-ban', 'wine-glass', 'wine-bottle', 'wine-glass-alt', 'wine-glass-empty', 'wine-bottle-alt', 'wine-glass-crack', 'wine-glass-alt-empty'],
'Otras' => ['heart', 'star', 'check', 'times', 'plus', 'minus', 'search', 'info', 'info-circle', 'question', 'question-circle', 'exclamation', 'exclamation-circle', 'exclamation-triangle', 'ban', 'bell', 'bell-slash', 'bell-on', 'bell-slash-on', 'bell-plus', 'bell-minus', 'bell-exclamation', 'bell-slash-exclamation', 'bell-on-exclamation', 'bell-slash-on-exclamation', 'bell-plus-exclamation', 'bell-minus-exclamation']
];
@endphp
@foreach($iconGroups as $groupName => $icons)
{{ $groupName }}
@foreach($icons as $icon)
@endforeach
@endforeach