{{ trans('app.create') }} goal

{{ trans('app.add') }} goal here...

{!!Form::vertical_open() ->id('create-goal-goal') ->method('POST') ->files('true') ->class('dashboard-form') ->action(trans_url(get_guard('url').'/goal/goal'))!!}
@include('public::notifications') @include('goal::user.goal.partial.entry')
{!! Form::close() !!}