user->hasRole('employee')) href="{{ route('admin.employees.show', $reply->user_id) }}" @elseif($reply->user->hasRole('client')) href="{{ route('admin.clients.show', $reply->user_id) }}" @endif class="text-inverse">{{ ucwords($reply->user->name) }}
{{ $reply->created_at->timezone($global->timezone)->format($global->date_format.' '.$global->time_format) }}
{!! ucfirst(nl2br($reply->message)) !!}
@if(sizeof($reply->files) > 0)
@forelse($reply->files as $file)
{{ $file->filename }}
@if(is_null($file->external_link))
@endif {{-- --}} {{--
id }}" {{--class="btn btn-danger btn-circle sa-params" data-pk="list">
--}}
{{ $file->created_at->diffForHumans() }}
@empty
@lang('messages.noFileUploaded')
@endforelse
@endif