@extends('themes.schumann.layout.layout') @section('title', trans('site.news')) @section('bodyClass', 'news-page') @section('content')
{{ trans('site.news') }}
@if(count($items)) @endif
@endsection @section('js') @endsection