{!! $article->podcast_js_src !!}
@endif
{!! $article->content !!}
@if ($article->media_type == 'video')
{!! $article->podcast_js_src !!}
@else
@endif


{!! strip_tags($article->caption) !!}
@if ($magazine && $article->media_type == 'text')
{{ $magazine->number }}
@elseif ($article->media_type == 'podcast')
@endif



{{ @$article->subject->name }}
@if($article->author) @endif
{{ $article->title }}
{!! $article->meta_description !!}
@if($article->author) @endif
{!! $article->notes !!}
@if ($article->media_type == 'podcast')
@if ($author = $article->author)
@endif @if ($related)
@endif @if (count($interest) > 0)
@if (in_array($article->media_type, ['video', 'podcast']))
@endif
Continuar
@elseTe podría interesar
@endif
@foreach($interest as $r)
@endforeach
{!! strip_tags($r->title) !!}
{!! mb_strimwidth(strip_tags($r->meta_description), 0, 130, '...') !!}
@if($r->author) @endif