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

Factura Exportación

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

DISTRIBUCION DE 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
@php $suma_ventas_afectadas=0; @endphp @foreach ($documentoServices as $item) @php $suma_ventas_afectadas += floatval($item->cant_asignado) @endphp @endforeach
Cant. Código Descripción Precio unitario Ventas afectadas Eliminar Ref
1 {{$item->servicio->service_cod}} {{$item->servicio->serv_name}} {{ $item->ref }}
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
@include('documento.modals.deleteServiceDocumento') @endsection