@if(str($row->value)->contains('http'))
{{ __('Open') }}
@endif
@if($row->type === 'downloadable_file')
{{ __('Download') }}
@endif
@if($row->type === 'podcast_episode')
{{ __('Listen') }}
@endif
@if($row->type === 'markdown_article')
{{ __('Read') }}
@endif
@if($row->type !== 'markdown_article')
{{ __('Share link') }}
@else
{{ __('Share link') }}
@endif