{{ __('News') }}
@foreach ($newsCategories as $category)
{{ $category->name }}
    @foreach ($category->posts->take(4) as $post)
  • {{ $post->title }}
    {{ $post->title }}

    {{ $post->excerpt() }}

  • @endforeach
{{ __('More') }}...
@endforeach