{!! $libraryItem->subtitle !!}
@if($libraryItem->type !== 'markdown_article' && str($libraryItem->value)->contains('http'))
@if($libraryItem->type === 'youtube_video')
{{ __('Open on Youtube') }}
@else
{{ __('Open') }}
@endif
@endif
@if($libraryItem->type === 'downloadable_file')
{{ __('Download') }}
@endif
@if($libraryItem->type === 'podcast_episode')
{{ __('Listen') }}
@endif
@if($libraryItem->type !== 'markdown_article')
{{ __('Share link') }}
@else
{{ __('Share link') }}
@endif
@if($libraryItem->type === 'youtube_video')
@endif
@if($libraryItem->type === 'markdown_article')
{!! $libraryItem->value !!}
@endif
@if($libraryItem->sats && !$invoicePaid)