@forelse($notifications as $notification) @include('application.notifications.type.'.snake_case(class_basename($notification->type))) @empty

No Notification Found!

@endforelse
{{$notifications->appends(request()->query())->links('paginator')}}