@extends('layout') @section('title') ASISTENCIAS @endsection @section('content')
materialize
@if (count($asistencias))

Registro de Asistencia

EVENTO: {{strtoupper($eventoActivo[0]->nombreEvento)}}
FECHA: {{ $date }}

TOTAL DE ASISTENCIAS: {{ $tot }}
TIEMPO:
@foreach ($asistencias as $asistencia) @if ($asistencia->mensaje == 'ASISTENCIA') @else @endif @endforeach

{{ $asistencia->parlamentario->nombre }} {{ $asistencia->parlamentario->ap_pat }} {{ $asistencia->parlamentario->ap_mat }}

file_upload file_download

@endif @endsection @push('scripts') @endpush