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