This commit is contained in:
lizandrogd
2025-10-18 10:43:02 -05:00
parent 4276f1da4e
commit 227b129613
2 changed files with 67 additions and 6 deletions
+6
View File
@@ -9,6 +9,12 @@ class ShowIpTest extends Component
{
public string $ipId = '';
public function mount()
{
// Obtener la IP del servidor como fallback
$this->ipId = Request::ip();
}
public function render()
{
return view('livewire.show-ip-test');