@foreach($data as $podcast)
  • {{$podcast->title}}
    {{$podcast->titleWithoutProgram()}}
      @if($podcast->program)
    • {{$podcast->program->name}}
    • @endif
    • {{Formatter::relativeDate($podcast->created)}}
  • @endforeach