@forelse($userChatFiles as $file)
{{ $file->filename }}
{{ $file->created_at->diffForHumans() }}
@if(is_null($file->external_link))
@endif
@empty
@lang('messages.noFileUploaded')
@endforelse