@php $foodInventoryRecipe = old('inventory_recipe', $foodProduct->inventory_recipe ?? []); $foodInventoryItems = collect($foodInventoryCatalog ?? [])->values()->all(); @endphp @push('styles') @endpush

Recette & stock cuisine

Deduction auto @if(Route::has('prestataire.food-stock.create')) Creer stock @endif @if(Route::has('prestataire.food-stock.index')) Voir stock @endif
Ingredients 0
Cout 0,00 €
Marge 0,00 €
@if(empty($foodInventoryItems))
Aucun article cuisine disponible. Ajoutez d'abord vos ingredients, boissons, sauces ou emballages dans le stock cuisine.
@else
@endif
@if(!empty($foodInventoryItems)) @push('scripts') @endpush @endif