@extends('layouts.admin') @section('title', 'Pengumuman') @section('breadcrumb') Pengumuman @endsection @section('header')
Kelola pengumuman untuk karyawan.
{{ $announcement->title }}
{{ Str::limit($announcement->content, 50) }}
{{ $announcement->created_at->format('d M Y') }}
{{ $announcement->creator->name ?? '-' }}