Complete Quiz from all categories to earn more points & get a chance to win upto Rs.2000
@if(count($quiz_category)>0)
@foreach($quiz_category as $k => $value)
@php
$quizlist = DB::table('quiz_category')->where("category_id",$value->id)->where("status",'1')->get();
@endphp
@endforeach
@endif
@if(count($quizlist)>0)
@foreach($quizlist as $key => $item)
@endforeach
@else
@if($item->quiz_image)
@else
@endif
}}/assets/images/gallery/profile-gallery-3.jpg)
Quiz On
{{$item->quiz_name}}
No records to display!
@endif