{!! Form::open(['id'=>'updateTask','class'=>'ajax-form','method'=>'PUT']) !!}
{!! Form::hidden('project_id', $task->project_id) !!}
estimate_hours == 0 && $task->estimate_minutes == 0) style="display: none" @endif>
dependent_task_id == null) style="display: none" @endif>
{!! Form::close() !!}