@foreach ($documentoNCServices as $key=> $item)
@if($item->extra!=1)
@if ($item->servicio)
@endif
@if ($item->producto)
@endif
@if ($item->combo)
@endif
@endif
@endforeach
Cantidad |
Código |
Descripción |
PrecioUnitario |
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 }} | |
|
|
|
@include('documento.modals.deleteServiceDocumento')
|
sub Total |
|
|
|
|
Iva |
|
|
|
|
Total |
|
|
|
|