{{ __('Selected foods') }}

@foreach ($articles as $key => $article)
Blog

{!! $article->title !!}

{!! Str::words(strip_tags($item->content), 30, ' ...') !!}
{!! __('More') !!}
@endforeach