Detalles de agenda ×
@if($ag->reg) Indicación:

{{$ag->reg->titulo_doc}}

Nombre del evento:

{{$ag->reg->nombre_evento}}

@else Tipo evento:

{{$ag->title}}

Nombre del evento:

{{$ag->regEv->nombre_evento}}

@endif
@if($ag->reg)
Detalles:

{{$ag->reg->descripcion_doc}}

Folio:

{{ $ag->reg->folio}}

Referencia:

{{ $ag->reg->referencia_documento}}

Tipo Atención:

{{ $ag->reg->tipo->tipo}}

@endif
Sede:

@if($ag->reg) @if( $ag->reg->salones){{ $ag->reg->salones->salon}}@endif @else {{ $ag->regEv->sedes->salon}} @endif

Inicio:

@if($ag->reg){{ $ag->reg->hora_atencion}} @else {{$ag->regEv->hora_inicio}} @endif

Termino:

@if($ag->reg){{ $ag->reg->hora_termino}} @else {{$ag->regEv->hora_termino}} @endif

@if($ag->reg)
Remitente:

@if($ag->reg->usuarioRemitente){{$ag->reg->usuarioRemitente->Nombre}} @else Otro @endif

@if($ag->reg->path != 'nofile')
@if ($ext =='pdf')
Card image cap
@elseif ($ext =='xlsx' || $ext =='xls') Card image cap @elseif ($ext =='jpg' || $ext =='png' || $ext =='jpeg' ) Card image cap @elseif ($ext =='doc' || $ext =='docx') Card image cap @endif
@endif @else
Modalidad:

@if($ag->regEv->mod) {{ $ag->regEv->mod->modalidad}} @endif

Tipo reunión:

@if($ag->regEv->tipoR) {{ $ag->regEv->tipoR->tipo}} @endif

Materia:

@if($ag->regEv->materia) {{ $ag->regEv->materia}} @endif

Integrantes: @if($ag->regEv->tipo_evento == 1)

Legislatura

@else @if($ag->regEv->comisiones) @foreach($ag->regEv->comisiones as $com)
{{$com->comision->nombre}} @endforeach @endif @endif
@endif