@extends('Shop.layout.layout', [ 'title' => __('home.title'), ]) @section('content')

{{ $article['name'] }}

@include('components.multi-images', ['images' => $article['images']])
{!! $article['description'] !!}
@include('Shop.Articles.partials.ArticleAddBasket')
@endsection @include('load.layout.modal')