@inject('Setting','anlutro\LaravelSettings\SettingStore')
@if($Setting->get('icon_bus') == '1')
@if($icon_exist['bus'] == 'OK')
-
公車即時資訊
@else
- 公車即時資訊
@endif
@endif
@if($Setting->get('icon_park') == '1')
@if($icon_exist['park'] == 'OK')
停車場即時資訊
@else
- 停車場即時資訊
@endif
@endif
@if($Setting->get('icon_ubike') == '1')
@if($icon_exist['ubike'] == 'OK')
Ubike即時資訊
@else
- Ubike即時資訊
@endif
@endif