merge(['class' => 'd-flex flex-fill align-items-center bg-white rounded shadow-sm p-3 mx-1 mt-1']) }}>
{{ $article->name }}
@if(empty($slot_ArticleSubtitle))
{{ $article->type->name }}
@else
{{ $slot_ArticleSubtitle }}
@endif
@livewire('common.manage-picture-dialog', [
'picture_modal_id' => 'manage-picture-article_'. $article->id,
'image_container' => $article,
'image_property' => 'image_path',
'storage_name' => 'article-pictures',
'redirect_url' => route($article->classTypeShortName() .'-view', $article->id),
'listener_name' => "openManagePicture_Article",
])