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

Nota Crédito

Para Credito fiscal: {{$ccf->documento_code}}

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

Servicios del credito fiscal @foreach ($allCCFServicesTable as $tr) @endforeach
Servicio Total Asignado Disponible
{{$tr->service_cod}} - {{$tr->serv_name}} {{number_format($tr->original,2)}} {{number_format($tr->asignado,2)}} {{number_format($tr->disponible,2)}}
@if ($documento->state=="")
@csrf
@endif
@foreach ($documentoNCServices as $item) @if($item->extra!=1) @endif @endforeach
Cantidad Código Descripción PrecioUnitario Venta no sujeta Venta exenta Venta gravada
1 {{$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 ($documentoNCServices 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