@extends('layouts.front-end.app') @section('title', $article['name']) @push('css_or_js') @include('web-views.partials.article_seo', ['article' => $article]) @endpush @section('content')

{{$article->name}}

article_img
{!! $article->description !!}

{{translate('Other Articles')}}

@foreach($other_articles as $other_article)
{{ $other_article['name'] }}
{{ Str::limit($other_article->short_description, 75, '...') }}
@endforeach
@endsection @push('script') @endpush