@extends('index') @section('subtitle') Kelola Berita @endsection @section('content')

Tambah Berita

{{csrf_field()}}

Daftar Berita

@foreach($beritas as $berita) @endforeach
Judul Isi Cover Image Action
{{$berita->judul}} {{str_limit($berita->isi,30)}} Edit Delete
@endsection