Add IP test page with Livewire component

Introduces a new route and controller method for '/ip-test', rendering a new view that includes a Livewire component to display the user's IP address. Updates navigation layout for improved profile display. Adds related Blade and Livewire files.
This commit is contained in:
Juan Felipe Duarte
2025-10-17 14:50:13 -05:00
parent c6ba9bb6d1
commit 5ea64cac17
6 changed files with 49 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
<x-app-layout>
<div class="pb-4">
<livewire:show-ip-test />
</div>
</x-app-layout>