@extends('frontend.layouts.app') @section('content')
Latest News & Events

{{$category->name}}

@foreach($categoryItems as $categoryItem)
{{date('d M Y', strtotime($categoryItem->created_at))}}

{{$categoryItem->title}}

{{$categoryItem->description}}

@endforeach
@endsection