Highly Satisfied

{{ number_format($highlySatisfied) }}

{{ round(($highlySatisfied / $total) * 100, 1) }}% of total
Satisfied

{{ number_format($satisfied) }}

{{ round(($satisfied / $total) * 100, 1) }}% of total
Not Satisfied

{{ number_format($notSatisfied) }}

{{ round(($notSatisfied / $total) * 100, 1) }}% of total
Total Feedbacks

{{ number_format($total) }}

100% of all feedbacks
Detailed Feedback by Services
@foreach($services as $index => $service) @php $serviceTotal = $highlyData[$index] + $satisfiedData[$index] + $notData[$index]; $satisfactionRate = $serviceTotal > 0 ? round((($highlyData[$index] + $satisfiedData[$index]) / $serviceTotal) * 100, 1) : 0; @endphp @endforeach
# Service Highly Satisfied Satisfied Not Satisfied Total Satisfaction Rate
{{ $loop->iteration }} {{ $service->name }} {{ $highlyData[$index] }} {{ $satisfiedData[$index] }} {{ $notData[$index] }} {{ $serviceTotal }}
{{ $satisfactionRate }}%
Service Feedback Analysis
Feedback Distribution by Service
Satisfaction Ratio by Service
Most Satisfying Services
Service Feedback Comparison