@extends('base') @section('titulo') C x C @endsection @section('extracss') @endsection @section('extrajs') @endsection @section('content') @include('sessions') @if ($errors->any())
@endif @php $i=1; @endphp @foreach ($clientes as $item ) @php $i++; @endphp @endforeach
Item Cliente Cuentas Pendientes Acciones
{{ $i }} {{ $item->nombre_cliente }} {{ $item->nDoc }}
{{-- @include('cotizacionCompleta.modals.documentoFacturacion') --}} @endsection