@foreach($firmantes as $firmante)
@if($firmante->nota)
*
@endif
{{$firmante->firmante->nombres}}
- {{$firmante->firmante->puesto}}
@endforeach
@foreach($otrosfirmantes as $firmante)
@if($firmante->nota)
*
@endif
{{$firmante->firmante->nombres}}
- {{$firmante->firmante->puesto}}
@endforeach
@if($firmantes->count() === 0)
No se asignaron firmantes para hoy
@endif