予約者数
@if (!is_null($data['status'])) {!! number_format($data['status']['total_count']) !!} @else - @endif
診断者数
@if (!is_null($data['status'])) {!! number_format($data['status']['diagnosed_count']) !!} @else - @endif
COVID
陽性者数
@if (!is_null($data['status'])) {!! number_format($data['status']['covid_positive_count']) !!} @else - @endif
COVID
陽性率
@if (!is_null($data['status'])) {!! number_format($data['status']['covid_positive_percentage']) !!} @else - @endif %
インフル
陽性者数
@if (!is_null($data['status'])) {!! number_format($data['status']['flu_positive_count']) !!} @else - @endif
インフル
陽性率
@if (!is_null($data['status'])) {!! number_format($data['status']['flu_positive_percentage']) !!} @else - @endif %