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