@if (!is_null($row->project_id)) {{ ucwords($row->title) }} @else {{ ucwords($row->title) }} @endif
@if(!is_null($row->last_reply_by_id)) {{ ucwords($row->last_reply_by->name) }} @endif @if (count($row->replies) > 1) @lang('modules.discussions.replied') @else @lang('modules.discussions.posted') @endif {{ $row->last_reply_at->timezone($global->timezone)->format($global->date_format . ' ' . $global->time_format) }}
{{ count($row->replies) }}
{{ ucwords($row->category->name) }}
@if(count($row->files) > 0)
@endif