{{ $reply->created_at->diffForHumans() }}

@if ($reply->creator->id == $user->id) @endif

{!! $reply->reply !!}

@php $assets = $reply->getMedia('files');@endphp @if (isset($assets) && $assets->count() > 0)

{{ __('title.lbl_attachments') }} ({{ $assets->count() }})

{!! get_grid_formatted_assets($assets, true, 'div') !!} @endif

{{-- @if(!$reply->readers->contains('id', $user->id)) @endif --}} {{-- --}}
@if ($reply->creator->id == $user->id) @endif