@extends('admin.sidebar') @section('content') {{-- TABLE --}}
BERITA
@include('message')
Tambahkan Berita @foreach ($berita as $item) @endforeach
photo Berita Pengirim Tanggal Action
profile image {{ $item->title }} {{ $item->pengirim }} {{ $item->tanggal }}
{{-- TABLE --}} {{-- Modal DESTROY||START|| --}} {{-- Modal DESTROY||END|| --}} @endsection