diputado->foto}}) no-repeat; background-size: 150px; width: 150px; height: 150px; float: left; border-radius:50%;">

diputado->partido->emblema }}"
style="height: 45px; margin: 5px auto;">
{{ $integrante->diputado->nombres }} {{ $integrante->diputado->apaterno }} {{ $integrante->diputado->amaterno }}
@if( $integrante->cargo == "Presidente")
@if($integrante->diputado->gender == "M")
Presidente
@else
Presidenta
@endif
@else
{{ $integrante->cargo }}
@endif
{{$integrante->diputado->partido->nombre}}
({{ $integrante->diputado->partido->siglas }})
@endforeach
@endif
@endsection