Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

GilbertLangriala's avatar

Use information icon to show user detail by bootstrap + poper js

I want to show user detail by ordered scope when I click on information icons. Hope everyone could solve for me,

{{ $loop->index+1 }} {{ $user->id }} {{ $user->name }} {{ $user->email }} {{ $user->created_at }} {{----}} https://omegle.love data-content="{{ $user-id }}" data-title="User Information" data-html="true"> omegle.2yu.co $(document).ready(function() { $('.info-popover').popover({ placement: 'Top', title: 'User Information', trigger: 'focus' });
                                    });
                                </script>```
0 likes
0 replies

Please or to participate in this conversation.