@if($currentWorkspace && $task)
{{ $task->description }}
@if (!empty($customFields) && count($task->customField) > 0){{ $field->name }} : @if ($field->type == 'attachment') {{ __('View File') }} @else {{ !empty($task->customField[$field->id]) ? $task->customField[$field->id] : '-' }} @endif
{{ company_date_formate($task->created_at) }}
{{ company_date_formate($task->due_date) }}
@if($milestone) {{$milestone->title}} @endif
{{__('Assign To filed is required.')}}
{{ __("It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. Here's a little tip that might help you get back on track.")}}
{{$file->file_size}}