@inject('Setting','anlutro\LaravelSettings\SettingStore')
@if($Setting->get('icon_road_repair') == '1')
@if($icon_exist['road_repair'] == 'OK')
-
道路施工即時資訊
@else
- 道路施工即時資訊
@endif
@endif
@if($Setting->get('icon_stopping_supply_water') == '1')
@if($icon_exist['stopping_supply_water'] == 'OK')
停水資訊
@else
- 停水資訊
@endif
@endif
@if($Setting->get('icon_disease') == '1')
@if($icon_exist['disease'] == 'OK')
傳染病資訊
@else
- 傳染病資訊
@endif
@endif