@foreach ($documentoServices as $key=> $item)
@if ($item->extra != 1)
@if ($item->servicio)
@endif
@if ($item->producto)
@endif
@if ($item->combo)
@endif
@endif
@endforeach
@php
$total = $servT[1] + $servT[2] + $servT[3] + $resumen[0];
$retension = (($servT[1] + $servT[2] + $servT[3]) * 0.01);
@endphp
@if ($cliente -> tipo_contribuyente == 'GRAN CONTRIBUYENTE' && $total >= 100 )
@endif
@if ($cliente->tipo_contribuyente == 'GRAN CONTRIBUYENTE' && $total >= 100 )
@endif
# |
Código |
Descripción |
Venta no sujeta |
Venta exenta |
Venta gravada |
Eliminar |
{{ $key+1 }} | {{ $item->servicio->service_cod }} |
{{ $item->servicio->serv_name }} | {{ $item->producto->codigo }} |
{{ $item->producto->producto }} | {{ $item->combo->codigo }} |
{{ $item->combo->combo }} |
|
|
|
@if ($item->cant_asignado >0)
@if ($documento->state == 'SIN FACTURAR')
@include('documento.libre.deleteServiceDocumento')
@else
NO DISPONIBLE
@endif
@endif
|
Total |
|
|
|
|
Iva |
|
---|
Retención |
|
Total + Iva |
|
Total |
|