@extends('layouts.admin')
| S.No | Title | Content | Type | Date | Actions |
|---|---|---|---|---|---|
| {{ $key + 1 }} |
{{ ucwords($announcement->title) }}
|
{{ ucfirst(substr($announcement->content, 0, 50)) }}{{ strlen($announcement->content) > 50 ? '...' : '' }}
|
{{ ucwords($announcement->type) }} | {{ \Carbon\Carbon::parse($announcement->announcement_time)->format('d-m-y') }} |
|
| No notification found | |||||