@extends('frontend.layouts.app') @section('content') Home All {{$category->name}} Latest News & Events {{$category->name}} @foreach($categoryItems as $categoryItem) {{date('d M Y', strtotime($categoryItem->created_at))}} {{$categoryItem->title}} {{$categoryItem->description}} Read More @endforeach {{$categoryItems->links()}} @endsection
{{$categoryItem->description}}