@if(Session::has('resumoImportacao'))
| CNPJ Fornecedor | Cod. Referencia | Nome Produto | EAN | Produto Concorrente | Erro |
|---|---|---|---|---|---|
| {{ $item['cnpj_fornecedor'] }} | {{ $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'] }} |