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