@include('partials.head')
@include('layouts.navigation')
@include('user.partials.background')
@include('profile.partials.sidebar')
@forelse($notifications as $notification) @empty @endforelse
Type Message Action
{{ $notification->data['type'] ?? '' }} {{ $notification->data['message'] ?? '' }} Open
@csrf @method('delete')
No entries (╥﹏╥)
@include('layouts.footer')