@extends('layouts.app') @section('titlepage', 'Pengumuman') @section('content') @section('navigasi')
| NO. | JUDUL | ISI PENGUMUMAN | TANGGAL | # |
|---|---|---|---|---|
| {{ $loop->iteration + $pengumuman->firstItem() - 1 }} | {{ $d->judul }} | {{ Str::limit(strip_tags($d->isi), 80) }} | {{ date('d-m-Y H:i', strtotime($d->created_at)) }} |
@can('pengumuman.delete')
@endcan
|
| Data tidak ditemukan. | ||||