@extends('layouts.userdashboard') @section('content')

Notifications

@forelse($notifications as $notification) @empty @endforelse
Title Message Sent At
{{ $notification->title }} {{ $notification->body }} {{ $notification->created_at->diffForHumans() }}
No Notifications yet...
@endsection