@extends('layouts.app') @section('title', $news->title) @section('meta_description', \Illuminate\Support\Str::limit(strip_tags((string) $news->summary), 160)) @section('content')
{{ $news->summary }}