@extends('layout.app') @section('title')
{{$news->first()->created_at}}
{!!strip_tags($news->first()->description)!!}
{!!strip_tags($news->first()->bottom_description)!!}
{!!(\Illuminate\Support\Str::limit(strip_tags($related->description), 150, $end='...'))!!}