@extends('user.layout_user.main') @section('content')
@if($news->count()) @foreach ($news as $blog)
{{ $blog->newsCategories->name }}

{{ $blog->title }}

{{ $blog->created_at->format('d M, Y') }}
@endforeach
{{ $news->links() }}
@else

Chưa có tin tức nào thuộc thể loại "{{ $category->name }}"

@endif
@endsection