@extends('base') @section('titulo') credito fiscal @endsection @section('content') @include('sessions') @include('documento.modals.deleteServiceDocumento') @include('documento.modals.modalFacturarConCodigo') @if ($documento->posteado!=1 ) @endif

Factura de Consumidor Final

@csrf
{{--
--}}
{{-- --}}

DISTRIBUCION DE SERVICIOS @for ($i=0; $i < count($services); $i++) @php $mult=1; if($services[$i]->impuesto==1) $mult=1.13; @endphp @endfor
Servicio Total Asignado Disponible
@if ($services[$i]->extra==1) {{$services[$i]->serv_name}} - Gasto @else {{$services[$i]->serv_name}} @endif


@csrf

@foreach ($documentoServices as $item) @if($item->extra!=1) @endif @endforeach
Código Descripción Precio unitario Venta no sujeta Venta exenta Venta grabada Eliminar
{{$item->servicio->service_cod}} {{$item->servicio->serv_name}}
Total

Cuadro resumen
SUMAS  
IVA
SUB-TOTAL
(+) IVA PERCIBIDO
(-) IVA RETENIDO
VENTA NO SUJETA
VENTA EXENTA
VENTA TOTAL
@foreach ($documentoServices as $item) @if($item->extra==1) @endif @endforeach
Gasto por cuenta ajena VALOR
{{$item->servicio->serv_name}}
Total de gastos
Entregado por cliente
Sub total
Total a cancelar
@endsection