Banco
@if ($venta->credito()->pago()->banco != 0)
{{$venta->credito()->pago()->banco()->nombre}}
@else
---
@endif
Valor
{{format('ufs', $venta->credito()->pago()->valor('ufs'), null, true)}}
{{format('pesos', $venta->credito()->pago()->valor('pesos'), null, true)}}
Fecha
{{format('shortDate', $venta->credito()->pago()->fecha)}}
@foreach ($venta->credito()->pago()->estados() as $estado)
tipo()->active == 0)
class="danger"
@endif
>
{{ucwords($estado->tipo()->descripcion)}} |
{{format('shortDate', $estado->fecha)}} |
@endforeach