@extends('layout.master') @section('parentPageTitle', 'Simlitabmas') @section('title', 'Pengumuman') @section('content')

Pengumuman

@foreach ($pengumuman as $data) @endforeach
No Judul Pengumuman Tanggal dibuat Status Action
{{ $loop->iteration }} {{ $data->judul }} {{ $data->created_at }} @if ($data->is_active == 'Y') Aktif @else Tidak Aktif @endif Edit
@stop @section('popup') @stop @section('page-styles') @stop @section('page-script') {{-- --}} @stop