No questions recorded yet.
The chatbot will start tracking
questions once users interact with it.
| Question | Times Asked | Category | Matched To | Status | Last Asked | Action |
|---|---|---|---|---|---|---|
| {{ Str::limit($faq->question, 80) }} | {{ $faq->ask_count }} | @if ($faq->matched_category) @php $catColors = [ 'holiday' => 'success', 'event' => 'warning', 'exam' => 'info', 'timing' => 'secondary', 'fee' => 'primary', 'admission' => 'dark', 'contact' => 'danger', 'facility' => 'success', 'date_query' => 'info', ]; $color = $catColors[$faq->matched_category] ?? 'secondary'; @endphp {{ ucfirst($faq->matched_category) }} @else — @endif | @if ($faq->matched_title) {{ Str::limit($faq->matched_title, 40) }} @else — @endif | @if ($faq->was_answered) Answered @else Unanswered @endif | {{ $faq->last_asked_at->diffForHumans() }} |
You have {{ $unansweredCount }} unanswered question{{ $unansweredCount > 1 ? 's' : '' }}. Consider adding relevant information in School Info to help the chatbot answer these automatically.