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

Comprobante de Crédito Fiscal

@csrf
{{--
--}}
{{-- --}} @if ($documento->state == '')
@endif

{{--
Cant. Código Descripción Precio unitario Venta no sujeta Venta exenta Venta grabada Facturar
2 cod0001 Flete maritimo $250 $0 $0 $500
Total $250 $0 $0 $500
--}}
DISTRIBUCION SERVICIOS @for ($i = 0; $i < count($services); $i++) @endfor
Servicio Total Asignado Disponible
@if ($services[$i]->extra == 1) {{ $services[$i]->serv_name }} - Cta. Ajena @else {{ $services[$i]->serv_name }} @endif

@if ($documento->state == '')
@csrf
@endif
@foreach ($documentoServices as $item) @if ($item->extra != 1) @endif @endforeach
Cantidad Código Descripción PrecioUnitario Venta no sujeta Venta exenta Venta gravada Eliminar Ref
1 {{ $item->servicio->service_cod }} {{ $item->servicio->serv_name }} {{ $item->ref }}
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