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

{{ $title }}

@if ($goal->exists)@method('put')@endif @csrf
{{ ($goal->exists ? 'Save' : 'Add') }}