I have this raw query that extracts data from the database table in laravel
$username = DB::table(\'hotspot_users\') ->select(\'userName\') ->where