@php
$iconGroups = [
'Servicios Generales' => ['concierge-bell', 'bell-concierge', 'utensils', 'wifi', 'tv', 'snowflake', 'fan', 'fire-extinguisher', 'shower', 'hot-tub', 'swimming-pool', 'car', 'parking', 'key', 'lock', 'shield-alt', 'wine-glass-alt', 'wine-bottle', 'glass-water', 'mug-saucer', 'bed', 'couch', 'toilet', 'bath', 'sink', 'shower', 'broom', 'broom-ball', 'broom-wide', 'broom-narrow', 'broom-wide-alt', 'broom-narrow-alt'],
'Limpieza' => ['broom', 'broom-ball', 'broom-wide', 'broom-narrow', 'broom-wide-alt', 'broom-narrow-alt', 'soap', 'hand-sparkles', 'hands-bubbles', 'hand-sparkles', 'hand-holding-droplet', 'hand-holding-water', 'hand-holding-heart', 'hand-holding-medical', 'hand-holding-dollar', 'hand-holding-usd', 'hand-holding-water', 'hand-holding-heart', 'hand-holding-medical', 'hand-holding-dollar', 'hand-holding-usd'],
'Mantenimiento' => ['screwdriver-wrench', 'toolbox', 'tools', 'wrench', 'screwdriver', 'hammer', 'screwdriver-screwdriver', 'screwdriver-wrench', 'screwdriver-wrench-simple', 'screwdriver-wrench-alt', 'screwdriver-wrench-alt-2', 'screwdriver-wrench-alt-3', 'screwdriver-wrench-alt-4', 'screwdriver-wrench-alt-5', 'screwdriver-wrench-alt-6', 'screwdriver-wrench-alt-7', 'screwdriver-wrench-alt-8', 'screwdriver-wrench-alt-9', 'screwdriver-wrench-alt-10'],
'Seguridad' => ['shield-alt', 'lock', 'lock-open', 'key', 'fingerprint', 'user-shield', 'shield-halved', 'shield-check', 'shield-virus', 'shield-dog', 'shield-cat', 'shield-heart'],
'Exterior' => ['tree', 'mountain-sun', 'umbrella-beach', 'swimming-pool', 'hot-tub', 'car', 'parking', 'bicycle', 'motorcycle', 'truck-pickup', 'truck-monster'],
'Opcionales' => ['snowflake', 'fan', 'fire-extinguisher', 'wine-glass', 'wine-bottle', 'wine-glass-alt', 'wine-glass-empty', 'wine-bottle-alt', 'wine-glass-crack', 'wine-glass-alt-empty'],
'Servicios Especiales' => ['heart', 'star', 'check', '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