@extends('layouts.app') @section('title', 'Notifications') @section('content')
Stay updated with your account activity.
{{ $notification->title }}
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
No notifications yet.