Add events, admission info, timings, fees, and other details for the chatbot.
Upload a CSV file to import multiple records at once.
No information added yet. Add entries above so the chatbot can answer visitor questions.
| Category | Title | Content | Keywords | Status | Actions |
|---|---|---|---|---|---|
| {{ ucfirst($info->category) }} | {{ $info->title }} | {{ Str::limit($info->content, 80) }} | @foreach (array_slice(explode(',', $info->keywords), 0, 3) as $kw) {{ trim($kw) }} @endforeach @if (count(explode(',', $info->keywords)) > 3) +{{ count(explode(',', $info->keywords)) - 3 }} @endif | @if ($info->active) Active @else Inactive @endif |
|