@foreach ($contents as $content)
  • {{ $content->podcast_title }}
    {{$content->speakers_name}}
    {{ getSpecialtyCourseName($content->cl_type) }}
    {{ $content->lengthOfPodcast() }} mins
    {{ $content->totalCreditsOfPodcast('Tennessee') }} credits
    {{ \Carbon\Carbon::parse($content->published_on)->format('M d, Y') }}
    @if (!$content->contentFiles->isEmpty()) @endif
  • @endforeach