{{ $item->title }}
{{ Str::limit(strip_tags($item->content), 120) }}
@extends('layout.front.master') @section('title', $pageTitle ?? trans('Latest News')) @section('meta_description', $pageDescription ?? trans('Stay updated with our latest news and announcements')) @section('meta_keywords', $pageKeywords ?? 'news, updates, announcements') @section('og_title', $pageTitle ?? trans('Latest News')) @section('og_description', $pageDescription ?? trans('Stay updated with our latest news and announcements')) @section('og_url', url()->current()) @section('twitter_title', $pageTitle ?? trans('Latest News')) @section('twitter_description', $pageDescription ?? trans('Stay updated with our latest news and announcements')) @section('content')
{{ Str::limit(strip_tags($item->content), 120) }}
{{ trans('There are currently no news articles to display. Please check back later.') }}
{{ trans('Share') }} {{ config('app.name') }} {{ trans('on') }}...