@inject('Setting','anlutro\LaravelSettings\SettingStore')
@if($Setting->get('icon_important_information') == '1')
@if($icon_exist['important_information'] == 'OK')
-
重要資訊
@else
- 重要資訊
@endif
@if($Setting->get('icon_traffic') == '1')
@if($icon_exist['traffic'] == 'OK')
交通
@else
- 交通
@endif
@endif
@if($Setting->get('icon_art_action') == '1')
@if($icon_exist['art_action'] == 'OK')
藝文活動
@else
- 藝文活動
@endif
@endif
@if($Setting->get('icon_weather') == '1')
@if($icon_exist['weather'] == 'OK')
氣象
@else
- 氣象
@endif
@endif
@if($Setting->get('icon_health') == '1')
@if($icon_exist['health'] == 'OK')
衛生保健
@else
- 衛生保健
@endif
@endif