@extends('layouts.frontend-master') @section('title', 'Category Wise News') @section('content')
@if(count($cat_blogs) > 0) @foreach($cat_blogs as $key => $blog)
@endforeach @else No news found for the category ! @endif
{{ $cat_blogs->links('vendor.pagination.default') }}
@endsection