{!! nl2br($article->description) !!}
{!! $article->content !!}
{!! html_input_template('app', [ 'type' => 'file', 'template' => 'cropit', 'name' => 'featured_image', 'id' => 'article-' . $loop->index . '-featured_image', 'data-width' => 460, 'data-height' => 460, 'hide-controls' => true, 'value' => $article->getFeaturedImage(true), ]) !!}
{{-- --}}
{{ $article->featured_image_alt ?? 'Alt ảnh sản phẩm' }}
{!! html_input_template('app', [ 'type' => 'image-list', 'template' => 'image-list', 'name' => 'gallery_items', 'id' => 'article-' . $loop->index . '-gallery_items', 'value' => $article->gallery_items, ]) !!}