@extends('layout.default') @section('title', $__t('Stock settings')) @section('viewJsName', 'stocksettings') @section('content')

@yield('title')

{{ $__t('Presets for new products') }}

{{ $__t('Stock overview') }}

@include('components.numberpicker', array( 'id' => 'stock_expring_soon_days', 'additionalAttributes' => 'data-setting-key="stock_expring_soon_days"', 'label' => 'Expiring soon days', 'min' => 1, 'invalidFeedback' => $__t('This cannot be lower than %s', '1'), 'additionalCssClasses' => 'user-setting-control' )) @if(GROCY_FEATURE_FLAG_SHOPPINGLIST)

{{ $__t('Shopping list to stock workflow') }}

@endif {{ $__t('OK') }}
@stop