@extends('layouts.app') @section('pageTitle', 'Historial Ingresos Inventario') @section('breadcrumb') @endsection @section('content')
Historial Ingresos Inventario
@can('boutique-inventory-create')  Nuevo Ingreso @endcan
@if (isset($ingresses['info']))
{{ $ingresses['info']->created_by }}
@endif

@if (isset($ingresses['products']))
{{ $ingresses['info']->a1->title }} {{ $ingresses['info']->a2->title }} {{ $ingresses['info']->a3->title }} {{ $ingresses['info']->a4->title }} {{ $ingresses['info']->a5->title }} {{ $ingresses['info']->a6->title }} {{ $ingresses['info']->a7->title }}
{{ $ingresses['info']->a1->value }} {{ $ingresses['info']->a2->value }} {{ $ingresses['info']->a3->value }} {{ $ingresses['info']->a4->value }} {{ $ingresses['info']->a5->value }} {{ $ingresses['info']->a6->value }} {{ $ingresses['info']->a7->value }}

@foreach ($ingresses['products'] as $product) @endforeach
Producto Nr Uni B1 Precio Uni B2 Total B3 Cambio $ B4 Trasp Prod B5 Precio T B6 Precio x Uni B7 Min % Venta B8 Aumento % B9 $ Sug Uni B10 Venta T B11 $ Final Uni B12 Precio Final T B13 Precio Mayorista
{{ $product->product_name }} {{ $product->B1 }} {{ $product->B2 }} {{ $product->B3 }} {{ $product->B4 }} {{ $product->B5 }} {{ $product->B6 }} {{ $product->B7 }} {{ $product->B8 }} {{ $product->B9 }} {{ $product->B10 }} {{ $product->B11 }} {{ $product->B12 }} {{ $product->B13 }} {{ $product->B14 }}
@endif
@endsection @push('scripts') @endpush