Adama City Customer Satisfaction Survey
Your feedback helps us improve our services
Select a Service Window
@foreach($windows as $window)
{{ $window->services->count() }} services
{{ $window->name }}
Click to view services
@endforeach
@foreach($windows as $window)
{{ $window->name }} - Services
@foreach($window->services as $service)
{{ $service->name }}
@endforeach
@endforeach @foreach($windows as $window) @foreach($window->services as $service)
@csrf
{{ $service->name }}
Phone Number
Your Satisfaction
โ Highly
๐ Satisfied
๐ Neutral
๐ Dissatisfied
๐ค Highly
Your Comments
We value your feedback!
What went wrong? (select all that apply)
@foreach($dissatisfactionReasons as $r)
{{ $r }}
@endforeach
Other
Submit Feedback
@endforeach @endforeach