| # | Diputado | Partido | Sentido |
|---|---|---|---|
| {{$key+1}} | {{$item->diputado->apaterno}} {{$item->diputado->amaterno}} {{$item->diputado->nombres}} @inject('data', '\App\Http\Controllers\MCG\ComisionesController'){{ $data->ComisionNombre($com) }} {{ $item->cargo }} |
|
@php
$control[1] == 0 ? $tema = $control[0]: $tema = $control[1]
@endphp
{!! Form::select($item->diputado->name_field, $estatus, $item->diputado->votaciones()->whereIdSesionesComision($comision->id)->whereIdComision($com)->whereTema($tema)->first() ? $item->diputado->votaciones()->whereIdSesionesComision($comision->id)->whereIdComision($com)->whereTema($tema)->first()->voto : 1, ['class' => 'form-control text-uppercase sentido', "form" => "form-asistencia"]) !!}
|