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

{{ $article->title }}

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

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