@if(!empty($attachment_source_url_1))
{{ $title }}
{!! $introduction_html !!}
Download ({{ pathinfo($attachment_source_url_1)['extension'] }})
@endif   @if(!empty($attachment_source_url_2))
{{ $title }}
{!! $introduction_html !!}
Download ({{ pathinfo($attachment_source_url_2)['extension'] }})
@endif @if(!empty($attachment_source_video)) @include('atoms.video_block', [ 'video' => (object) [ 'title' => $title, 'video_source_url' => $attachment_source_video, 'description' => $introduction_html ] ]) @endif