@if(!session('business.enable_price_tax')) @php $default = 0; $class = 'hide'; @endphp @else @php $default = null; $class = ''; @endphp @endif
@if(empty($quick_add)) @endif @if(empty($quick_add)) @endif
@lang('product.default_purchase_price') @lang('product.profit_percent') @show_tooltip(__('tooltip.profit_percent')) @lang('product.default_selling_price') (MRP) Discount Final Sell Price
{!! Form::label('single_dpp', trans('product.exc_of_tax') . ':*') !!} {!! Form::text('single_dpp', $default, ['class' => 'form-control input-sm dpp input_number','id' => 'single_dpp', 'placeholder' => __('product.exc_of_tax'), 'required']); !!}
{!! Form::label('single_dpp_inc_tax', trans('product.inc_of_tax') . ':*') !!} {!! Form::text('single_dpp_inc_tax', $default, ['class' => 'form-control input-sm dpp_inc_tax input_number','id' => 'single_dpp_inc_tax', 'placeholder' => __('product.inc_of_tax'), 'required']); !!}

{!! Form::text('profit_percent', @num_format($profit_percent), ['class' => 'form-control input-sm input_number', 'id' => 'profit_percent', 'required']); !!}
{!! Form::text('single_dsp', $default, ['class' => 'form-control input-sm dsp input_number', 'placeholder' => __('product.exc_of_tax'), 'id' => 'single_dsp', 'required']); !!} {!! Form::text('single_dsp_inc_tax', $default, ['class' => 'form-control input-sm hide input_number', 'placeholder' => __('product.inc_of_tax'), 'id' => 'single_dsp_inc_tax', 'required']); !!} {!! Form::number('product_custom_field1', !empty($duplicate_product->product_custom_field1) ? $duplicate_product->product_custom_field1 : null, ['class' => 'form-control input-sm', 'placeholder' => $product_custom_field1]); !!}