@php
$quesionnumber=App\MockQuestions::where('topic_id', $topic->id)->where('subcategory', $topic->subcategory)->where('child_category', $subject)->get();
$wordCount = $quesionnumber->count();
$questionnum = $quesionnumber->count();
$topicname=App\MockTestTopic::where('id', $topic->id)->first();
$subname=App\ChildCategory::where('id', $subject)->first();
@endphp