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