{{ ($food->exists ? "Edit {$food->name}" : 'Add Food') }}

@if ($food->exists)@method('put')@endif @csrf
@php if (!empty($food->serving_size)) { $old_value = \App\Support\Number::fractionStringFromFloat($food->serving_size); } else { $old_value = null; } @endphp
@foreach ($nutrients as $nutrient)
@endforeach
{{ ($food->exists ? 'Save' : 'Add') }} @if ($food->exists) Delete @endif