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