@if(!config('constants.disable_purchase_in_other_currency', true))
@show_tooltip(__('tooltip.purchase_different_currency'))
{!! Form::label('purchase_currency_id', __('purchase.purchase_currency') . ':') !!}
{!! Form::select('purchase_currency_id', $currencies, $business->purchase_currency_id, ['class' => 'form-control select2', 'placeholder' => __('business.currency'), 'required', 'style' => 'width:100% !important']); !!}
{!! Form::label('p_exchange_rate', __('purchase.p_exchange_rate') . ':') !!} @show_tooltip(__('tooltip.currency_exchange_factor'))
{!! Form::number('p_exchange_rate', $business->p_exchange_rate, ['class' => 'form-control', 'placeholder' => __('business.p_exchange_rate'), 'required', 'step' => '0.001']); !!}
@endif
@show_tooltip(__('lang_v1.enable_updating_product_price_tooltip'))
@show_tooltip(__('lang_v1.tooltip_enable_purchase_status'))
@show_tooltip(__('lang_v1.tooltip_enable_lot_number'))
@show_tooltip(__('lang_v1.purchase_order_help_text'))
@show_tooltip(__('lang_v1.purchase_requisition_help_text'))