join('tarif_stiker as ts', 'ps.name', '=', 'ts.jenis_langganan') ->join('jenis_mobil as jm', 'ts.id_mobil', '=', 'jm.id') ->get(); } }