|
{{ $asistencia->tercero->getNameFull() }} - {{ $asistencia->tercero->cedula }}
|
{{ $asistencia->asistio == 1 ? "SI" : "NO" }}
|
{{ ($asistencia->motivo_excusa and $asistencia->motivo_excusa != "null") ? $asistencia->motivo_excusa : "Ninguna" }}
|
@php
echo $asistencia->get_soporte()
@endphp
|
@endforeach