@extends('layouts.header') @section('content')
@foreach ($notifications as $notification)
{{ $notification->title }}
{{ $notification->message }}
Date:{{ $notification->created_at->format('d-m-Y H:i:s A') }}
@endforeach
@endsection