@foreach([
'Air Conditioning' => 'fa-snowflake-o',
'LED Smart TV' => 'fa-television',
'Attached Washroom' => 'fa-shower',
'Geyser & Hot Water' => 'fa-thermometer-full',
'Mini Refrigerator' => 'fa-columns',
'Tea / Coffee Maker' => 'fa-coffee',
'In-Room Safe Box' => 'fa-lock',
'Balcony View' => 'fa-window-maximize'
] as $value => $icon)
@endforeach