diff --git a/App/Views/Data/pengumuman.html b/App/Views/Data/pengumuman.html index 7bfa62e..082a7e4 100644 --- a/App/Views/Data/pengumuman.html +++ b/App/Views/Data/pengumuman.html @@ -8,6 +8,8 @@ {% for post in posts %} {% if post.id %}

Pengumuman {{ post.id }}

+ {{ post.content | raw }} +
{% if status %} {% if post.status == 1 %} @@ -22,7 +24,6 @@ (Nonaktif) {% endif %} {% endif %} -

{{ post.content | raw }}

{% endif %} {% endfor %}