{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('retail_price'))--}}
{{--{{ $errors->first('retail_price') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('wholesale_price'))--}}
{{--{{ $errors->first('wholesale_price') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
@if(isset($currencies) && count($currencies)>0)
@foreach($currencies as $key=>$currency)
@if(isset($product->ProductPrices))
@foreach($product->ProductPrices as $price)
@if($currency->id==$price->currency_id)
@php $oldretail_price=bcdiv(12*($price->retail_price), 1, 2);
$oldwholesalePrice=bcdiv(12*($price->wholesale_price), 1, 2);
$oldvendorPrice=bcdiv(12*($price->vendor_price), 1, 2);
$olddistributor_price= bcdiv(12*($price->distributor_price), 1, 2);
break;
@endphp
@endif
@endforeach
@else
@php
$oldretail_price='';
$oldwholesalePrice='';
$oldvendorPrice='';
$olddistributor_price='';
@endphp
@endif
@if($currency->id!=2)
@endif
@endforeach
@endif
@if(isset($product) && $product->id==12)
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('distributor_price'))--}}
{{--{{ $errors->first('distributor_price') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('stock_available'))--}}
{{--{{ $errors->first('stock_available') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('started_on'))--}}
{{--{{ $errors->first('started_on') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('discontinued_on'))--}}
{{--{{ $errors->first('discontinued_on') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('minimum_order_unit'))--}}
{{--{{ $errors->first('minimum_order_unit') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('minimum_ws_quantity'))--}}
{{--{{ $errors->first('minimum_ws_quantity') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{----}}
{{----}}
{{--@if ($errors->has('minimum_rs_quantity'))--}}
{{--{{ $errors->first('minimum_rs_quantity') }}--}}
{{--@endif--}}
{{--
--}}
{{--
--}}
@if(!empty($product)) {!! method_field('PUT') !!} @endif
{{ csrf_field() }}