@extends('layoutPr') @section('title') SPID @endsection {{--@section('content')--}}
Voto:
FAVOR: {{$favor}}
CONTRA: {{$contra}}
ABSTENCIÓN: {{$abstencion}}
TOTAL: {{$totalVotos}}
Favor
Contra
Abst.
S/R
@foreach($votacion as $voto)
@if($voto->mensaje == 'FAVOR') @elseif($voto->mensaje == 'CONTRA') @elseif($voto->mensaje == 'ABSTENCION') @elseif($voto->mensaje == 'SIN REGISTRO') @endif
{{ mb_strtoupper($voto->parlamentario->nombre) }} {{ mb_strtoupper($voto->parlamentario->ap_pat) }} {{ mb_strtoupper($voto->parlamentario->ap_mat) }}
@endforeach
TOTAL ASISTENCIAS: {{$totalAsistencias}}
ASISTENCIA
@foreach($asistencias as $asistencia)
@if($asistencia->mensaje == 'ASISTENCIA') @elseif($asistencia->mensaje == 'PENDIENTE') @endif
{{ mb_strtoupper($asistencia->parlamentario->nombre) }} {{ mb_strtoupper($asistencia->parlamentario->ap_pat) }} {{ mb_strtoupper($asistencia->parlamentario->ap_mat) }}
@endforeach
{{--@endsection--}} @push('scripts') @endpush