Jul 26, 2022
0
Level 1
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>```
Please or to participate in this conversation.