@if(empty($news))

{{ __('messages.no_news') }}

@else
@foreach($news as $article) @if(!empty($article['image'])) {{ $article['title'] ?? '' }} @else
@endif

{{ $article['title'] ?? '' }}

@endforeach
@endif