@extends('layouts.app') @section('content') @push('links') @endpush

Reporte de creaciones

@if ($portal_)
Descargar
@endif
@foreach ($not_created as $item) @endforeach
Sku Malva Code Group Marca Precio Imagenes Ficha Ăšltima Intento Error Reportado
{{ $item->sku_malva }} {{ $item->code_group_ }} {{ $item->brand_ }} {{ $item->pvp }} {{ $item->imgs }} {{ $item->ficha }} {{ $item->updated_at }} {{ $item->log_creation }}
@foreach ($created as $item) @endforeach
Sku Malva Code Group Portal Precio Oferta Cantidad
{{ $item->sku_malva }} {{ $item->code_group }} {{ $item->portal }} {{ $item->price }} {{ $item->sale_price }} {{ $item->quantity }}
@endsection @push('scripts') @endpush