{{ $article->user->username ?? setting('hotel_name') }}
{{ $article->user->motto ?? setting('start_motto') }}
@if($article->user){{ __('There is currently no other articles') }}
@endforelse{{ $article->title }}
{{ $article->short_story }}
{{ $comment->comment }}
{{ $comment->created_at->diffForHumans() }}
@if ($comment->canBeDeleted()) @endif