@extends('layout') @section('content') {{--

{{$newstitlename}}

@foreach ($newsGrouped as $categoryName => $newsItems)

{{ $categoryName }}


{{ $newsItems->links('pagination::bootstrap-4') }}
@endforeach
--}}

{{--

News

--}} @endsection