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

{{ $article['name'] }}

{!! $article['image_big'] !!}
{!! $article['description'] !!}
@include('Shop.Articles.partials.ArticleAddBasket')
@endsection @include('load.layout.modal')