Coût portion
{{ !is_null($portionCost) ? number_format($portionCost / 100, 2, ',', ' ') . ' €' : '—' }}
Coeff cible
{{ !is_null($multiplier) ? '× '.number_format($multiplier, 1, ',', ' ') : '—' }}
Prix minimum TTC
{{ !is_null($minPrice) ? number_format($minPrice / 100, 2, ',', ' ') . ' €' : '—' }}
Tarif affiché TTC
Valeur actuelle : {{ !is_null($sellPrice) ? number_format($sellPrice / 100, 2, ',', ' ') . ' €' : '—' }}
Met à jour instantanément le prix TTC du plat.
Tarif réel HT
{{ !is_null($sellHt) ? number_format($sellHt / 100, 2, ',', ' ') . ' €' : '—' }}
Coeff réel
{{ !is_null($actualMultiplier) ? number_format($actualMultiplier, 1, ',', ' ') : '—' }}
Recommandations GPT
Appliquez directement les suggestions sur la fiche sans repasser par l’assistant. Vous pouvez supprimer toute recommandation devenue obsolète.
{{ $recommendation['title'] }}
@if(!empty($recommendation['description'])){{ $recommendation['description'] }}
@endif @if($recommendation['review_only']) À valider manuellement @endif