@if(isset($topic) && $topic->video->count() > 0)
@foreach($topic->video as $topicVideo)
@endforeach
@else
@endif
@if(isset($topic) && $topic->pdfs->count() > 0)
@foreach($topic->pdfs as $topicPdf)
@endforeach
@else
@endif
@foreach (config('translatable.locales') as $locale => $language)
@endforeach