@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">
due_date == null) checked @endif type="checkbox">
@if($upload)
{{ csrf_field() }}
@else
@lang('messages.storageLimitExceed', ['here' => 'Here'])
@endif
    @forelse($subTask->files as $file)
  • {{ $file->filename }}
       @if(is_null($file->external_link)) @endif
    {{ $file->created_at->diffForHumans() }}
  • @empty
  • @lang('messages.noFileUploaded')
  • @endforelse
{!! Form::close() !!}