@extends('templates.app') @section('container')
@foreach ($berita as $ber)

{{ $ber->judul }}

{{ Str::limit($ber->isi, 50, '.......') }}
@endforeach




@endsection