@lang('modules.tasks.subTask')

{!! Form::open(['id'=>'createSubTask','class'=>'ajax-form','method'=>'PUT']) !!}
due_date) value="{{ $subTask->due_date->format($global->date_format) }}" @endif id="due_date" class="form-control datepicker">
{!! Form::close() !!}