@extends('admin/layouts.master') @section('title', 'Add Testimonial - Admin') @section('body') @if ($errors->any())
@endif
@include('admin.message')
@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

{{$topicname->title}} - -Add - Question No. {{++$wordCount}}

{{ csrf_field() }} @php $lastdirection=App\TopicQuestion::where('topic_id', $topic->id)->where('sub_category', $topic->subcategory)->where('child_cat', $topic->child_category)->orderBy('id', 'DESC')->first(); @endphp









@endsection @section('scripts') @endsection