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:
@@ -0,0 +1,5 @@
|
||||
<x-app-layout>
|
||||
<div class="pb-4">
|
||||
<livewire:show-ip-test />
|
||||
</div>
|
||||
</x-app-layout>
|
||||
Reference in New Issue
Block a user