@php
$quesionnumber=App\Sectionalquestions::where('topic_id', $topic->id)->where('subcategory', $topic->subcategory)->where('child_category', $topic->child_catgory)->get();
$wordCount = $quesionnumber->count();
$wordCount1 = $quesionnumber->count();
$topicname=App\SectionTopicTest::where('id', $topic->id)->first();
$subname=App\ChildCategory::where('id', $topic->child_catgory)->first();
@endphp