@extends('dashboards.user.index') @section('content')

Notifications

@forelse($notifications as $notification) @empty @endforelse
Notification
{{ $notification->content_body }}
No notifications yet!!!
@endsection