| Current Path : /var/www/html/xfacil.desafio.com.py/resources/views/livewire/ |
| Current File : /var/www/html/xfacil.desafio.com.py/resources/views/livewire/puntosindividuales.blade.php |
<div>
@if ($punto != Null)
<b>Puntos: </b>{{number_format($punto->puntos, 0, '', '.')}} - <b>Puntos extras: </b>{{number_format($punto->puntos_extras, 0, '', '.')}}
@endif
</div>