@extends('default.layout') @section('content')

Duplicar Produto

IDENTIFICAÇÃO

ALÍQUOTAS

Campos com (*) obrigatório

@if($errors->has('nome'))
{{ $errors->first('nome') }}
@endif
@if($errors->has('referencia'))
{{ $errors->first('referencia') }}
@endif
@if($errors->has('valor_compra'))
{{ $errors->first('valor_compra') }}
@endif
@if($errors->has('percentual_lucro'))
{{ $errors->first('percentual_lucro') }}
@endif
@if($errors->has('valor_venda'))
{{ $errors->first('valor_venda') }}
@endif
@if(isset($produto))
@if($errors->has('estoque'))
{{ $errors->first('estoque') }}
@endif
@else
@if($errors->has('estoque'))
{{ $errors->first('estoque') }}
@endif
@endif
@if($errors->has('codBarras'))
{{ $errors->first('codBarras') }}
@endif
@if($errors->has('categoria_id'))
{{ $errors->first('categoria_id') }}
@endif
@if($errors->has('sub_categoria_id'))
{{ $errors->first('sub_categoria_id') }}
@endif
@if($errors->has('marca_id'))
{{ $errors->first('marca_id') }}
@endif
@if($errors->has('estoque_minimo'))
{{ $errors->first('estoque_minimo') }}
@endif
@if($errors->has('limite_maximo_desconto'))
{{ $errors->first('limite_maximo_desconto') }}
@endif
@if($errors->has('alerta_vencimento'))
{{ $errors->first('alerta_vencimento') }}
@endif
@if($errors->has('NCM'))
{{ $errors->first('NCM') }}
@endif
@if($errors->has('CEST'))
{{ $errors->first('CEST') }}
@endif
@if($errors->has('referencia_balanca'))
{{ $errors->first('referencia_balanca') }}
@endif
@if($errors->has('perc_comissao'))
{{ $errors->first('perc_comissao') }}
@endif
imagem == '') style="background-image: url(/imgs/no_image.png)" @else style="background-image: url(/imgs_produtos/{{$produto->imagem}})" @endif>
.png, .jpg, .jpeg @if($errors->has('file'))
{{ $errors->first('file') }}
@endif

Composto


Derivado Petróleo


Dados de dimensão e peso do produto (Opcional)

@if($errors->has('largura'))
{{ $errors->first('largura') }}
@endif
@if($errors->has('altura'))
{{ $errors->first('altura') }}
@endif
@if($errors->has('comprimento'))
{{ $errors->first('comprimento') }}
@endif
@if($errors->has('peso_liquido'))
{{ $errors->first('peso_liquido') }}
@endif
@if($errors->has('peso_bruto'))
{{ $errors->first('peso_bruto') }}
@endif
@if(!isset($produto) && getenv("ECOMMERCE") == 1)
@endif @if(getenv("LOCACAO") == 1)
@endif

*Se atente a preencher todos os dados para utilizar a Api dos correios.

@if(!isset($produto)) @endif

Lote e Vencimento (Opcional)


Dados Veiculo (Opcional)

@if($errors->has('CFOP_saida_estadual'))
{{ $errors->first('CFOP_saida_estadual') }}
@endif
@if($errors->has('CFOP_saida_inter_estadual'))
{{ $errors->first('CFOP_saida_inter_estadual') }}
@endif
@if($errors->has('perc_icms'))
{{ $errors->first('perc_icms') }}
@endif
@if($errors->has('perc_pis'))
{{ $errors->first('perc_pis') }}
@endif
@if($errors->has('perc_cofins'))
{{ $errors->first('perc_cofins') }}
@endif
@if($errors->has('perc_ipi'))
{{ $errors->first('perc_ipi') }}
@endif
@if($errors->has('perc_iss'))
{{ $errors->first('perc_iss') }}
@endif
@if($errors->has('pRedBC'))
{{ $errors->first('pRedBC') }}
@endif
@if($errors->has('cBenef'))
{{ $errors->first('cBenef') }}
@endif
@if($errors->has('origem'))
{{ $errors->first('origem') }}
@endif
@if($errors->has('perc_icms_interestadual'))
{{ $errors->first('perc_icms_interestadual') }}
@endif
@if($errors->has('perc_icms_interno'))
{{ $errors->first('perc_icms_interno') }}
@endif
@if($errors->has('perc_fcp_interestadual'))
{{ $errors->first('perc_fcp_interestadual') }}
@endif
@if($errors->has('CFOP_entrada_estadual'))
{{ $errors->first('CFOP_entrada_estadual') }}
@endif
@if($errors->has('CFOP_entrada_inter_estadual'))
{{ $errors->first('CFOP_entrada_inter_estadual') }}
@endif
@section('javascript') @endsection @endsection