@extends('backend.admin.index') @section('body')

{{$heading}}

Back Add New
@include('layouts.message')
@foreach($groups as $key=>$group) @endforeach
SN Group Name No. of Question Questions Action
{{++$key}} {{$group->name}} {{count($group->questions)}} Question Found ! Manage Edit @if(count($group->questions)==0) Delete @endif
@endsection