{{ $article->title }}
{{ Str::limit(strip_tags($article->content), 200) }}
{{ trans('Read Article') }}@extends('layout.front.master') @section('title', $pageTitle) @section('meta_description', trans('News archive for :period', ['period' => $month ? $startDate->format('F Y') : $year])) @section('content')
{{ trans('Browse news from :period', ['period' => $month ? $startDate->format('F Y') : $year]) }}
{{ trans('Found :count articles', ['count' => $news->count()]) }}
{{ Str::limit(strip_tags($article->content), 200) }}
{{ trans('Read Article') }}{{ trans('No news articles were published in :period.', ['period' => $month ? $startDate->format('F Y') : $year]) }}
{{ trans('Browse Latest News') }}