@extends('layout.with-main') @section('title') {{ __('articles.articles') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__article--index') @section('main') @foreach ($articles as $article)

{{ $article->title }}

@joypixels(preg_replace('#\[[^\]]+\]#', '', Str::limit(e($article->content), 500, '...'), 150))

{{ __('articles.read-more') }}
@endforeach {{ $articles->links('partials.pagination') }} @endsection