{{-- resources/views/admin/pengumuman/index.blade.php --}} @extends('layouts.admin') @section('title', 'Manajemen Pengumuman') @section('content')
| No | Judul | Slug | Tgl. Dibuat | Aksi |
|---|---|---|---|---|
| {{ ($pengumuman->currentPage()-1) * $pengumuman->perPage() + $loop->iteration }} | {{ $item->title }} | {{ $item->slug }} | {{ $item->created_at->translatedFormat('d F Y') }} | |
| Belum ada data pengumuman. | ||||