@extends('adminlte::page') @section('title', 'Daftar Pengumuman') @section('content') Tambah Data

@foreach ( $pengumuman as $k ) @endforeach
No Judul Isi Pengumuman Gambar Status Aksi
{{ $no++ }} {{ $k->judul }} {{ $k->isi }} project-image @if ($k->is_active == 1) Aktif @else Non Aktif @endif edit
@endsection