@foreach($data as $item) @endforeach
Diputado Partido Distrito Comisiones
{{$item->nombres}} {{$item->apaterno}} {{$item->amaterno}} @if(isset($item->integranteLegislatura->partido)){{$item->integranteLegislatura->partido->siglas}}@endif @if(isset($item->integranteLegislatura->distrito->distrito)) {{$item->integranteLegislatura->distrito->distrito}} @endif - @if(isset($item->integranteLegislatura->distrito->municipio->cabecera)){{$item->integranteLegislatura->distrito->municipio->cabecera}}@endif @if(isset($item->integranteLegislatura->comisiones)) @foreach($item->integranteLegislatura->comisiones as $a) @if($a->cargo->nivel == 1)
  • {{$a->comision->nombre}}

  • @endif @endforeach @endif