@lang('modules.tasks.updateTask')
{!! Form::open(['id'=>'updateTask','class'=>'ajax-form','method'=>'PUT']) !!} {!! Form::hidden('project_id', $task->project_id) !!}
billable) checked @endif type="checkbox">
dependent_task_id != '') checked @endif onclick="dependedSelected(this)">
dependent_task_id == null) style="display: none" @endif>
due_date == null) checked @endif name="without_duedate" value="true" type="checkbox">
priority == 'high') checked @endif value="high">
priority == 'medium') checked @endif id="radio14" value="medium">
priority == 'low') checked @endif value="low">
@if($upload)
{{ csrf_field() }}
@else
@lang('messages.storageLimitExceed', ['here' => 'Here'])
@endif
    @forelse($task->files as $file)
  • {{ $file->filename }}
    @if(is_null($file->external_link))    @endif    {{ $file->created_at->diffForHumans() }}
  • @empty
  • @lang('messages.noFileUploaded')
  • @endforelse
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}}