@extends('layouts.web') @section('title', webText('menu.articles.title')) @section('class', 'page--news') @section('content')

{{ webText('menu.articles.title') }}

@include('layouts.includes.nav')
@foreach($articlesStart as $article) @include('web.includes.news.articleBox', ['article' => $article]) @endforeach @if($articlesMore->count()) @endif
@if($articlesMore->count()) @endif
@include('web.includes.logos') @endsection