@extends('layouts.app') @section('content')
@foreach ($announcements as $index => $notification) @endforeach
# Message Date - Time
{{ $index+1 }}

{{ $notification->announcement }}

{{ $notification->created_at->format('d-m-Y h:i A') }} - {{ $notification->created_at->diffForHumans() }}

# Message Date - Time
@endsection