@extends( 'front.header' ) @section( 'content' ) @foreach( $articles as $article )
{{ trans( 'news.category.' . $article->category ) }}
{{ $article->title }}
{!! $article->content !!}
@endforeach
{!! $articles->render() !!}
@endsection