@if($libraryItem->type === 'markdown_article') {{ __('Back to overview') }} @else {{ __('Back to overview') }} @endif

{{ $libraryItem->tags->pluck('name')->join(', ') }}

{{ $libraryItem->name }}

{{ $libraryItem->name }}
{{ $libraryItem->main_image_caption ?? $libraryItem->name }}

{{ $libraryItem->subtitle }}

@if($libraryItem->type !== 'markdown_article' && str($libraryItem->value)->contains('http')) {{ __('Open') }} @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 === 'markdown_article') {!! $libraryItem->value !!} @endif
{{-- FOOTER --}}