@extends('sidebaradmin') @section('content')
Tambahkan Berita @include('message')
Berita
@foreach ($berita as $item) @endforeach
Judul Berita Photo Tag Action
{{ $item->title }} profile image {!! $item->tag !!} @if ($item->banner == 1)
@csrf
@else
@csrf
@endif
{{-- modal delete --}} {{-- modal delete --}} @endsection