@include('public::notifications')

{{ trans('cms.create') }} Task

Your awesome text goes here.


{!!Form::horizontal_open() ->id('create-task-task') ->method('POST') ->files('true') ->action(URL::to('user/task/task'))!!} @include('task::user.task.partial.entry') {!! Form::close() !!}