{!!Form::vertical_open() ->id('edit-goal-goal') ->method('PUT') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/goal/goal') .'/'.$goal->getRouteKey())!!}

Update Goal

Last updated on {{format_date($goal['updated_at'])}}

@include('public::notifications') @include('goal::user.goal.partial.entry')
{!! Form::close() !!}