@extends('frontend.layouts.app') @section('content')
{{-- 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
@endforeach
@endsection