@if(isset($chtpvalue['media_file']) && $chtpvalue['media_file'] !='' && $chtpvalue['is_default'] == 1)
@else
@endif
{{(isset($chtpvalue['title']))?reduceTitleName($chtpvalue['title']):'---'}}
{!!(isset($chtpvalue['short_description']))?reduceshortdescription($chtpvalue['short_description']):'---'!!}
@if(isset($batch_topic_media_video_data) && !empty($batch_topic_media_video_data))
Language :
@foreach($batch_topic_media_video_data as $chtmepkey => $chtmevalue )
@if(isset($chtmevalue['topic_id']) && isset($topic_id))
@if($chtmevalue['topic_id'] == $topic_id)
@if(array_key_exists($chtmevalue['lang_code'],$media_lang_arr))
@php
$lang_name = '';
$lang_name = $media_lang_arr[$chtmevalue['lang_code']];
@endphp
{{$lang_name}}
@endif
@endif
@endif
@endforeach
@endif