@if($type === 'pool') Select Question Pool @elseif($type === 'topic') @if(!empty($flag)) @if($flag) Select Question Topic @else Select Question Topic No Topic @endif @else Select Question Topic No Topic @endif @endif @if(!empty($data)) @foreach($data as $key=>$value) {{ $value }} @endforeach @endif