startSection('title', $__t('Edit recipe')); ?> startSection('title', $__t('Create recipe')); ?> startSection('viewJsName', 'recipeform'); ?> startPush('pageScripts'); ?> stopPush(); ?> startPush('pageStyles'); ?> stopPush(); ?> startSection('content'); ?>

yieldContent('title'); ?>

picture_file_name)): ?>
base_servings; } else { $value = 1; } ?> make('components.numberpicker', array( 'id' => 'base_servings', 'label' => 'Servings', 'min' => 1, 'value' => $value, 'invalidFeedback' => $__t('This cannot be lower than %s', '1'), 'hint' => $__t('The ingredients listed here result in this amount of servings') ), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
not_check_shoppinglist == 1): ?> checked class="form-check-input" type="checkbox" id="not_check_shoppinglist" name="not_check_shoppinglist" value="1">
make('components.userfieldsform', array( 'userfields' => $userfields, 'entity' => 'recipes' ), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

addLoop($__currentLoopData); foreach($__currentLoopData as $recipePosition): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> popLoop(); $loop = $__env->getLastLoop(); ?>
Hiden ingredient group
product_id)->name); ?> product_id); $productQuConversions = FindAllObjectsInArrayByPropertyValue($quantityUnitConversionsResolved, 'product_id', $product->id); $productQuConversions = FindAllObjectsInArrayByPropertyValue($productQuConversions, 'from_qu_id', $product->qu_id_stock); $productQuConversion = FindObjectInArrayByPropertyValue($productQuConversions, 'to_qu_id', $recipePosition->qu_id); if ($productQuConversion) { $recipePosition->amount = $recipePosition->amount * $productQuConversion->factor; } ?> variable_amount)): ?> variable_amount); ?> amount == round($recipePosition->amount)): ?>amount)); ?>amount); ?> amount, FindObjectInArrayByPropertyValue($quantityunits, 'id', $recipePosition->qu_id)->name, FindObjectInArrayByPropertyValue($quantityunits, 'id', $recipePosition->qu_id)->name_plural)); ?> ingredient_group); ?>

addLoop($__currentLoopData); foreach($__currentLoopData as $recipeNesting): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> popLoop(); $loop = $__env->getLastLoop(); ?>
includes_recipe_id)->name); ?> servings); ?>
picture_file_name)): ?>

stopSection(); ?> make('layout.default', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>