@if($type == 'creat')
{{ $matrix_data['ques_count'] }}
Pool: {{ $matrix_data['pool_name'] }}
Topic: {{ $matrix_data['topic_name'] }}
@elseif($type == 'load') @foreach($selected_questions as $question_set)
{{$question_set->question_count}}
Pool: {{ $question_set->pool_name->name }}
Topic: {{ (is_null($question_set->topic_name) || $question_set->topic_id==0) ? 'No Topic' : $question_set->topic_name->name }}
@endforeach @endif