@php($i = 0)
@foreach($result->groupByType() as $type => $modelSearchResults)
@if($type == "diputados")
@include("pages.search._diputados")
@endif
@if($type == "iniciativas")
@if(!isset($result->groupByType()["diputados"]))
@include("pages.search._iniciativas")
@endif
@endif
@if($type == "comunicados")
@include("pages.search._boletines")
@endif
@php($i++)
@endforeach