Agregar documento
×
@csrf
Cliente:
@foreach ($clientes as $cliente)
{{$cliente->nombre_cliente}}
@endforeach
Credito Fiscal
@if (count($ccfs)==0))
No hay ccfs disponibles
@endif @foreach ($ccfs as $ccf )
{{$ccf->documento_code}}
@endforeach