@extends('layouts.app') @section('title', 'Catatan Dashboard - SIAKAD') @section('page-title', 'Catatan Dashboard') @section('content')
| Urutan | Warna | Judul | Status | Aksi |
|---|---|---|---|---|
|
|
{{ $catatan->title }}
{!! Str::limit(strip_tags($catatan->content), 80) !!} |
@if($catatan->is_active) Aktif @else Nonaktif @endif | ||