@foreach ($notification->task->messages as $message)
@include('tasks.attachments', ['attachments' => $message->attachments])
@endforeach
{{-- @if(!empty($notification->task->project) && !empty($notification->task->project->projectOwner))
@include('tasks.attachments', ['attachments' => $notification->task->attachments])
@endif --}}
{!! $message->message !!}
{{ $notification->task->project->projectOwner->name }} {{ $notification->task->created_at }} - {{ $notification->task->created_time }}
{{ __('To') }}: {{ $notification->task->taskOwner->name }}
{!! $notification->task->description !!}