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

{{ $title }}

@if ($food->exists)@method('put')@endif @csrf
@foreach (\App\Support\Nutrients::all()->sortBy('weight') as $nutrient)
@endforeach
{{ ($food->exists ? 'Save' : 'Add') }}