@extends('layouts.v2.frontend-user-backend') @section('content')

Notifications

@forelse ($notifications as $notification) @if (!$notification->read_at) @else @endif @empty @endforelse
{{ $notifications->links('vendor.pagination.bootstrap-5') }}
@forelse ($notifications as $notification) @empty @endforelse
Title Content Status Action
{{ $notification->data['title'] }} {{ $notification->data['content'] }} {{ $notification->read_at ? 'Read' : 'Unread' }} @if (!$notification->read_at)
@csrf
@else @endif
No notifications available.
@endsection