@php
$quesionnumber=App\TopicQuestion::where('topic_id', $topic->id)->where('sub_category', $topic->subcategory)->where('child_cat', $topic->child_category)->get();
$wordCount = $quesionnumber->count();
$topicname=App\TopicviseTest::where('id', $topic->id)->first();
$subname=App\ChildCategory::where('id', $topic->child_category)->first();
@endphp