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

@yield('title')

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

@if(GROCY_FEATURE_FLAG_SHOPPINGLIST)

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

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