@extends('adminlte::page') @section('title', 'Daftar Berita') @section('content')


Tambah Data

@foreach ( $news as $k ) @endforeach
No Title Isi Posting Image Aksi
{{ $no++ }} {{ $k->title }} {{ $k->description }} @if ($k->fb_post == 1) Aktif @else Non Aktif @endif project-image edit
@endsection