Sindbad~EG File Manager

Current Path : /var/www/html/xfacil.desafio.com.py/resources/views/livewire/
Upload File :
Current File : /var/www/html/xfacil.desafio.com.py/resources/views/livewire/puntoshechos.blade.php

<div>
	@if (isset($puntos))
			<td style="color: #343333;">{{number_format($puntos->puntos, 0, '', '.')}}</td>
			<td style="color: #343333;">{{number_format($puntos->puntos_extras, 0, '', '.')}}</td>
			<td style="color: #343333;">{{number_format($puntos->puntos_extras+$puntos->puntos, 0, '', '.')}}</td>
		</tr>
		@if($puntos->comentario)
			<tr>
				<td colspan="7" style="text-align: left !important;"><b>Comentario: </b>{{ $puntos->comentario }}</td>			
			</tr>
		@endif
	@else
		    <td style="color: #343333;">0</td>
			<td style="color: #343333;">0</td>
			<td style="color: #343333;">0</td>
		</tr>
	@endif
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists