@extends('layout.dashboard-app') @section('content')
Notifications
@foreach ($userNotifications as $notification) @endforeach
@endsection