@forelse ($cuentas as $cuenta) @php $credito = (float) $cuenta->credit; @endphp {{ $cuenta->nonotel_user }} {{ $cuenta->descripcion }} {{ $cuenta->nonotel_channels }} {{ number_format($credito, 2, ',', '.') }} € {{ $cuenta->fecha ? \Carbon\Carbon::parse($cuenta->fecha)->format('d/m/Y') : '—' }} CDR @empty No hay cuentas SIP disponibles. @endforelse {{ $cuentas->links() }}