{{ number_format($highlySatisfied) }}
{{ number_format($satisfied) }}
{{ number_format($notSatisfied) }}
{{ number_format($total) }}
| # | Service | Highly Satisfied | Satisfied | Not Satisfied | Total | Satisfaction Rate |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $service->name }} | {{ $highlyData[$index] }} | {{ $satisfiedData[$index] }} | {{ $notData[$index] }} | {{ $serviceTotal }} |
|