@if(isset($data->thumbnail_image['original']))
No Image
@endif @if(isset($data->audio_video_type) && $data->audio_video_type == 0 ) @if(isset($data->audio_video['original']) && (strpos($data->audio_video['file_mime'], 'video') !== false))
@elseif(isset($data->audio_video['original']) && (strpos($data->audio_video['file_mime'], 'audio') !== false))
@endif @else @if (isset($data->audio_video_url) && $data->audio_video_url != '')
{!! \App\Helpers\Helper::embedVideo($data->audio_video_url) !!}
@endif @endif

Title : {{ $data->title }}

Host : {{ $data->host_name }}

Category : {{ ($data->tag_category) ? $data->tag_category : 'NA' }}

Visibility : {!! $data->visibilities[$data->visibility]['name'] !!}

Created At: {{ \App\Helpers\Helper::showdate($data->created_at, false) }}

{{ $data->description }}