| {{ $cotizaciones->id}} |
{{ $cotizaciones->no_cotizacion}} |
{{ $cotizaciones->client_nombre}} |
{{ $cotizaciones->descripcion}} |
$ {{ $cotizaciones->subtotal}} |
$ {{ $cotizaciones->monto_facturas}} |
$ {{ $cotizaciones->subtotal-$cotizaciones->monto_facturas}} |
@if($cotizaciones->subtotal>0)
{{number_format($cotizaciones->monto_facturas/$cotizaciones->subtotal*100 , 0, '.', ',')}} %
@else
0 %
@endif
|
{{ $cotizaciones->created_at}} |
@if($cotizaciones->fecha_fin != '0000-00-00 00:00:00')
{{ $cotizaciones->fecha_fin}} |
@else
|
@endif
|
@endforeach