@php($title = ($goal->exists ? 'Edit' : 'Add') . ' Goal') {{ $title }}

{{ $title }}

@if ($goal->exists)@method('put')@endif @csrf
Days of the week
@foreach(\App\Models\Goal::days() as $day) {{ \Illuminate\Support\Str::ucfirst($day['label']) }} @endforeach
@foreach (\App\Support\Nutrients::all()->sortBy('weight') as $nutrient)
@endforeach
{{ ($goal->exists ? 'Save' : 'Add') }}