🔍 Inspector de Base de Datos

1. Usuarios (Debe haber al menos 1):

Array
(
    [0] => Array
        (
            [id] => 1
            [nombre] => Mateo Admin
            [email] => admin@nomadacostarica.com
            [password_hash] => hashed_password_dummy
            [telefono] => 
            [rol] => admin
            [fecha_registro] => 2026-02-05 16:26:55.22381
        )

)

2. Propiedades (Listings):

✅ Hay 2 propiedades guardadas.

Array
(
    [0] => Array
        (
            [id] => 10
            [titulo] => Guia turistica al volcan
            [precio_base] => 80.00
            [status] => active
        )

    [1] => Array
        (
            [id] => 11
            [titulo] => Habitacion en Monteverde
            [precio_base] => 40.00
            [status] => active
        )

)