@extends('layouts.detail') @section('title') Berita @endsection @section('title-navbar') Berita @endsection @section('content')
{{ Str::limit(strip_tags($berita->konten), 120) }}