@lang('modules.templateTasks.updateTask')
{!! Form::open(['id'=>'updateTask','class'=>'ajax-form','method'=>'PUT']) !!} {!! Form::hidden('project_id', $task->project_id) !!}
priority == 'high') checked @endif value="high">
priority == 'medium') checked @endif id="radio14" value="medium">
priority == 'low') checked @endif value="low">
{!! Form::close() !!}