@if($inbox->task)
{{ __('View task') }}
@else
{{ __('create task') }}
@endif
{!! nl2br($inbox->message->message) !!}
{{ $inbox->project->projectOwner->name }} {{ $inbox->created_at }} - {{ $inbox->created_time }}
{{ __('To') }}: {{ $inbox->task->taskOwner->name }}
{!! $inbox->task->description !!}
{{ __('Project & task info') }}
@if(!empty($inbox->task))
@if (canViewUpdate('tasks-edit'))
@endif
@else
@endif
@if(!empty($inbox->task->client))
{{ $inbox->task->client->name }}
@endif
@if(!empty($inbox->task->project))
{{ $inbox->task->project->title }}
@endif
@if(!empty($inbox->task->project))
{!! $inbox->task->project->description !!}
@endif
@if(!empty($inbox->task->project))
{{ $inbox->task->project->projectStatus->translated_title }}
@endif
@if(!empty($inbox->task->project) && !empty($inbox->task->project->projectOwner))
{{ $inbox->task->project->projectOwner->name }}
@endif
@if(!empty($inbox->task->client) && !empty($inbox->task->project))
{{ $inbox->task->client->id }}-{{ $inbox->task->project->id }}
@endif
@if(!empty($inbox->task->project))
{{ $inbox->task->project->deadline }}
@endif
@if(!empty($inbox->task->project))
{{ $inbox->task->project->created_at }}
@endif
@if(!empty($inbox->task->title))
{{ $inbox->task->title }}
@endif
@if(!empty($inbox->task->taskOwner))
{{ $inbox->task->taskOwner->name }}
@endif
{{ $inbox->task->display_status }}
@if(!empty($inbox->task->client) && !empty($inbox->task->project))
{{ $inbox->task->client->id }}-{{ $inbox->task->project->id }}-{{ $inbox->task->id }}
@else
{{ $inbox->task->id }}
@endif
{{ $inbox->task->display_deadline }}
{{ $inbox->task->created_at }}
{{ __('Just an incomming message') }}