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

{{ $comision->nombre }}

{{-- --}} {{--
--}} {{--
--}} {{-- @if($comision->id == 1)--}} {{--
Asuntos Turnados
--}} {{-- @else--}} {{--
Asuntos Turnados a esta Comision
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
Reuniones
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@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 @elseif($integrante->cargo == "Vicepresidente" || $integrante->cargo == "Vicepresidenta") @if($integrante->diputado->gender == "M") Vicepresidente @else Vicepresidenta @endif @else {{ $integrante->cargo }} @endif
{{$integrante->diputado->partido->nombre}} ({{ $integrante->diputado->partido->siglas }})
@endforeach @endsection