{!! $news->content !!}
@extends('layout.front.master') @section('title', $news->title) @section('meta_description', strip_tags(Str::limit($news->content, 155))) @section('meta_keywords', $pageKeywords ?? 'news, updates') @section('og_title', $news->title) @section('og_description', strip_tags(Str::limit($news->content, 155))) @section('og_url', url()->current()) @section('twitter_title', $news->title) @section('twitter_description', strip_tags(Str::limit($news->content, 155))) @section('content')