@php $cantidad = 0; $tipo_impresion = "LIBRE"; @endphp @foreach ($nota_detalle as $item) @php $cantidad+=$item->cantidad; @endphp @endforeach @if ($cantidad >= 300 ) @php $tipo_impresion = "LIMITADA" @endphp @endif @if ($tipo_impresion == "LIBRE") @foreach ($nota_detalle as $producto) @for ($i = 0; $i < $producto->cantidad; $i++)
TIPO:

{{$producto->categoria_nombre}}

MODELO:

{{$producto->modelo_nombre}}

COLOR:

{{$producto->color_nombre}}

@if ($producto->ruta_cod_barras) @else SIN CÓDIGO DE BARRAS @endif

{{'775'.$producto->modelo_id.$producto->producto_id.$producto->color_id.$producto->talla_id}}

{{$producto->talla_nombre}}

@endfor @endforeach @endif @if ($tipo_impresion == "LIMITADA") @foreach ($nota_detalle as $producto) @for ($i = 0; $i < 1; $i++)
TIPO:

{{$producto->categoria_nombre}}

MODELO:

{{$producto->modelo_nombre}}

COLOR:

{{$producto->color_nombre}}

{{'775'.$producto->modelo_id.$producto->producto_id.$producto->color_id.$producto->talla_id}}

{{$producto->talla_nombre}}

@endfor @endforeach @endif