@extends('frontend.layouts.app') @section('content') Home All {{$category->name}} {{-- Listen to my speeches--}} Most Recent {{$category->name}} @foreach($categoryItems as $categoryItem) {{date('d M Y', strtotime($categoryItem->created_at))}} @if($category->name == 'Speeches') @endif {{$categoryItem->title}} {!! $categoryItem->description !!} @endforeach {{$categoryItems->links()}} @endsection
{!! $categoryItem->description !!}