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:
@@ -75,6 +75,8 @@ Route::middleware(["auth", "solo_usuario_administrador"])->group(function () {
|
||||
|
||||
Route::post('/registrar-accion-compra', [MenuController::class, 'click_compra'])->name('click_compra');
|
||||
|
||||
Route::get('/ip-test', [MenuController::class, 'ip_test'])->name('ip');
|
||||
|
||||
|
||||
|
||||
require __DIR__ . '/auth.php';
|
||||
|
||||
Reference in New Issue
Block a user