@extends('layouts.app') @section('content')
| # | Judul | Konten | Tipe | Popup | Status | Urutan | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($announcements->currentPage() - 1) * $announcements->perPage() }} | {{ $announcement->title }} | {{ Str::limit($announcement->content, 100) }} | {{ ucfirst($announcement->type) }} | @if($announcement->is_popup) Ya @else Tidak @endif |
is_active ? 'checked' : '' }}>
|
{{ $announcement->order }} | |
|
Belum ada pengumuman |
|||||||