@extends("layout.pages.app") @section("content")

{{ $comision->nombre }}

@if($comision->id == 1)
Asuntos Turnados
@else
Asuntos Turnados a esta Comision
@endif
Reuniones
@if(isset($integrantes[0]->diputado)) @foreach($integrantes as $integrante)
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