Feedback Dashboard

The Feedback Dashboard displays all incoming feedback data from patients.

Total

Good

Bad

Feedback

@foreach ($allFeedback ?? [] as $i => $a) @endforeach
No Name Rating Description
{{ $i + 1 }}. {{ $a->user->fullname ?? '-'}} {{ $a->rating ?? '-'}} {{ $a->description ?? '-'}}