@extends('layouts.app') @section('content')
| Cod. Referencia | Nome Produto | EAN | Produto Concorrente | Erro |
|---|---|---|---|---|
| {{ $item['cod_referencia'] }} | {{ $item['nome_produto'] }} | {{ $item['ean'] }} | @if($item['fl_produto_concorrente'] == 0) Não @endif @if($item['fl_produto_concorrente'] == 1) Sim @endif | {{ $item['message_error'] }} |