@extends('layouts/app', ['activePage' => 'welcome', 'title' => 'Homepage']) @section('content')
@foreach($berita as $news)
Card image cap

{{$news->judul}}

{{ Str::limit($news->isi, 100) }}

See More
@endforeach
@endsection @push('js') @endpush