@extends('layouts.app') @section('content')
| # | Message | Date - Time |
|---|---|---|
| {{ $index+1 }} |
{{ $notification->announcement }} |
{{ $notification->created_at->format('d-m-Y h:i A') }} - {{ $notification->created_at->diffForHumans() }} |
| # | Message | Date - Time |