@if ($articles->first()?->unreads_exists) @joypixels(':rotating_light:') {{ __('blocks.new-news') }} {{ $articles->first()?->created_at?->diffForHumans() }} @joypixels(':rotating_light:') @else {{ __('blocks.check-news') }} {{ $articles->first()?->created_at?->diffForHumans() }} @endif

@foreach ($articles as $article) @endforeach