@php
$excenta = 0;
$gravada = 0;
@endphp
@foreach ($documentoServices as $key => $item)
@if ($item->extra != 1)
@if ($item->servicio)
@endif
@if ($item->producto)
@endif
@if ($item->combo)
@endif
@endif
@endforeach
# |
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 |
|
Total + Iva |
|