Lista de Productos {{now()}}

@foreach ($articulos as $a) @endforeach @foreach ($pc as $P) @endforeach @foreach ($pv as $v) @endforeach
Código Nombre Und Stock P.Comp P.Venta Impuesto Estado
{{$a->barcode}} {{$a->name}} {{$a->primera_medida}} {{$a->stock}} ${{$a->price}} ${{$a->price_sale}} %{{$a->tax}} {{$a->state}}
V/a - PC $ {{ number_format($P->pc,2) }}
V/ a - PV $ {{ number_format($v->pv,2) }}

Total de registros: {{$cont}}