@foreach ($articles as $article)

@if ($article->newNews) @joypixels(':rotating_light:') {{ __('blocks.new-news') }} {{ $article->created_at->diffForHumans() }} @joypixels(':rotating_light:') @else {{ __('blocks.check-news') }} {{ $article->created_at->diffForHumans() }} @endif

@endforeach