I have my in my controller:
$habitaciones = DB::table('habitaciones')
->join('tipo_habitaciones', 'habitaciones.id_tipo', '=', 'tipo_habitaciones.id')
->select('habitaciones.*', 'habitaciones.id', 'habitaciones.hab_numero...
asked by
01.03.2018 / 23:52