@lang('modules.tasks.updateTask')

@csrf @method('PUT')
{{--
is_private) checked @endif type="checkbox">
--}}
{{-- billable) checked @endif type="checkbox"> --}} billable==\App\Task::BILLABLE_TASK ? 'checked' : ''}}> billable==\App\Task::NON_BILLABLE_TASK ? 'checked' : ''}}> {{-- billable==\App\Task::MAINTENANCE_TASK ? 'checked' : ''}}> --}}
estimate_hours > 0 || $task->estimate_minutes > 0) checked onclick="return false;" @endif name="set_time_estimate" value="true" type="checkbox">
estimate_hours == 0 && $task->estimate_minutes == 0) style="display: none" @endif>
dependent_task_id != '') checked @endif onclick="dependedSelected(this)">
dependent_task_id == null) style="display: none" @endif>
priority == 'high') checked @endif value="high">
priority == 'medium') checked @endif id="radio14" value="medium">
priority == 'low') checked @endif value="low">
{{--Ajax Modal--}} {{--Ajax Modal Ends--}}